rfc3164.h
author viric@llimona
Tue, 30 May 2006 12:57:31 +0200
changeset 58 c03287b2c3c1
parent 6 bf2d10246ec1
permissions -rw-r--r--
Now the tcp_server handles well the situation where there isn't a log file.

#ifndef __RFC3164_H__
#define __RFC3164_H__

#define MESSAGE_LENGTH 1024

int process_message(char * restrict buffer);

#endif