2006-11-25 14:31:52 +01:00
|
|
|
#ifndef _CONNECTION_H_
|
|
|
|
#define _CONNECTION_H_
|
|
|
|
|
2006-12-03 20:03:16 +01:00
|
|
|
#define CON_NORMAL 0x01
|
|
|
|
#define CON_ADMIN 0x02
|
2006-11-25 14:31:52 +01:00
|
|
|
|
2006-12-03 20:03:16 +01:00
|
|
|
int listen_handler(int fd, void *privdata);
|
2006-11-25 14:31:52 +01:00
|
|
|
|
|
|
|
#endif // _CONNECTION_H_
|