rfc3164.h
author viric@llimona
Tue, 30 May 2006 12:02:13 +0200
changeset 55 c72dbd390cf2
parent 6 bf2d10246ec1
permissions -rw-r--r--
Now the tcp_server sends the log file. The tcp server is now shutted down by its own function call.

#ifndef __RFC3164_H__
#define __RFC3164_H__

#define MESSAGE_LENGTH 1024

int process_message(char * restrict buffer);

#endif