WHY2/include/chat/common.h

14 lines
227 B
C

#ifndef WHY2_CHAT_COMMON_H
#define WHY2_CHAT_COMMON_H
//INCLUDES
#include <stdio.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <why2/memory.h>
//DEFINES
#define SA struct sockaddr
#define SERVER_PORT 944
#endif