Changeset 469 for trunk/wifidog/src/centralserver.h
- Timestamp:
- 02/20/05 17:55:20 (8 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog/src/centralserver.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog/src/centralserver.h
r137 r469 38 38 int auth_server_request(t_authresponse *authresponse, char *request_type, char *ip, char *mac, char *token, long int incoming, long int outgoing); 39 39 40 /** @brief Tries really hard to connect to an auth server. Returns a connected file descriptor or -1 on error */ 41 int connect_auth_server(); 42 43 /** @brief Helper function called by connect_auth_server() to do the actual work including recursion - do not call directly */ 44 int _connect_auth_server(int level); 45 40 46 #endif /* _CENTRALSERVER_H_ */
