source: trunk/instant_messenger/socket/BKP_20071105/BKP_20071026/BKP_20071019/BKP_20071018/BKP_20071009/BKP_20071008/unp.h @ 151

Revision 151, 460 bytes checked in by niltonneto, 16 years ago (diff)

Commit da nova versão do módulo, usando agente em C.
Vide Página do módulo do Trac:
http://www.expressolivre.org/dev/wiki/messenger

A versão anterior encontra-se na subpasta bkp (32/64).

Line 
1/**
2 * unp.h
3 * Unix Network Programming
4 **/
5
6#include <fcntl.h>
7
8#include <netdb.h>
9#include <netinet/in.h>
10#include <netinet/tcp.h>
11
12#include <openssl/ssl.h>
13#include <openssl/err.h>
14#include <openssl/crypto.h>
15#include <openssl/x509.h>
16#include <openssl/pem.h>
17#include <openssl/bio.h>
18
19#include <pthread.h>
20
21#include <signal.h>
22#include <sys/types.h>
23#include <sys/socket.h>
24#include <string.h>
25#include <stdio.h>
26#include <stdlib.h>
27
28#include <unistd.h>
Note: See TracBrowser for help on using the repository browser.