#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/poll.h>
#include <arpa/inet.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <netdb.h>
#include <stdlib.h>
#include <string.h>
#include <msn/msn.h>
#include <string>
#include <iostream>
Functions | |
| void | handle_command (MSN::NotificationServerConnection &) |
| int | countsocks (void) |
| int | main () |
Variables | |
| pollfd | mySockets [21] |
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1