rfc3164.h
author viric@llimona
Tue, 30 May 2006 12:05:42 +0200
changeset 56 48b8acd6e878
parent 6 bf2d10246ec1
permissions -rw-r--r--
The open() is done without mode_t mode.

#ifndef __RFC3164_H__
#define __RFC3164_H__

#define MESSAGE_LENGTH 1024

int process_message(char * restrict buffer);

#endif