mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-05-28 04:20:14 +02:00
7 lines
85 B
C
7 lines
85 B
C
#ifndef __80211_H__
|
|
#define __80211_H__
|
|
|
|
int get_retries(void);
|
|
|
|
#endif //__80211_H_
|