Changeset 132
- Timestamp:
- 05/25/04 13:45:56 (9 years ago)
- Location:
- trunk/wifidog/src
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog/src/auth.c
r129 r132 49 49 s_config config; 50 50 51 static void _http_output(int fd, char *msg);52 53 51 void 54 52 cleanup_thread(void *ptr) … … 187 185 } 188 186 189 void187 static void 190 188 _http_redirect(int fd, char *format, ...) 191 189 { -
trunk/wifidog/src/auth.h
r114 r132 44 44 void auth_thread(void *ptr); 45 45 void cleanup_thread(void *ptr); 46 void _http_redirect(int fd, char *format, ...); 46 static void _http_output(int fd, char *msg); 47 static void _http_redirect(int fd, char *format, ...); 47 48 48 49 #endif
