Add usleep to strain.c just in case...
[matches/MCTX3420.git] / server / login.h
1 /**
2  * @file login.h
3  * @brief Declarations of Login related functions
4  */
5
6 #ifndef _LOGIN_H
7 #define _LOGIN_H
8
9 #include "common.h"
10
11 extern void Login_Handler(FCGIContext * context, char * params); // Handle a login request
12 extern void Logout_Handler(FCGIContext * context, char * params); // Handle a logout request
13
14 #endif //_LOGIN_H
15
16 //EOF

UCC git Repository :: git.ucc.asn.au