update props on libopm

This commit is contained in:
Fish 2003-09-23 14:54:42 +00:00
parent d8f24b4377
commit 359fa88c2a
9 changed files with 9 additions and 9 deletions

View file

@ -36,7 +36,7 @@
#include "compat.h"
#include "opm.h"
RCSID("$Id: compat.c,v 1.3 2003/01/11 06:18:41 andy Exp $");
RCSID("$Id$");
#ifndef HAVE_INET_ATON
/*

View file

@ -35,7 +35,7 @@
# include <string.h>
#endif
RCSID("$Id: config.c,v 1.27 2003/06/20 04:18:44 andy Exp $");
RCSID("$Id$");
static OPM_CONFIG_HASH_T HASH[] = {
{OPM_CONFIG_FD_LIMIT, OPM_TYPE_INT},

View file

@ -66,7 +66,7 @@ along with this program; if not, write to
#define HOSTIPLEN 15
#endif
RCSID("$Id: inet.c,v 1.7 2003/06/20 04:18:44 andy Exp $");
RCSID("$Id$");
extern const unsigned char ToLowerTab[];
#define ToLower(c) (ToLowerTab[(unsigned char)(c)])

View file

@ -51,7 +51,7 @@
# include <string.h>
#endif
RCSID("$Id: libopm.c,v 1.80 2003/06/22 13:19:40 andy Exp $");
RCSID("$Id$");
static OPM_PROTOCOL_CONFIG_T *libopm_protocol_config_create(void);
static void libopm_protocol_config_free(OPM_PROTOCOL_CONFIG_T *);

View file

@ -28,7 +28,7 @@
#include "malloc.h"
#include "opm.h"
RCSID("$Id: list.c,v 1.11 2003/06/27 18:51:02 strtok Exp $");
RCSID("$Id$");
OPM_NODE_T *libopm_node_create(void *data)
{

View file

@ -27,7 +27,7 @@
#include "malloc.h"
#include "opm.h"
RCSID("$Id: malloc.c,v 1.10 2002/11/07 20:19:06 strtok Exp $");
RCSID("$Id$");
/* MyMalloc

View file

@ -3,7 +3,7 @@
/** \file opm.h
* \brief Main header for libopm.
* \author Erik Fears
* \version $Id: opm.h,v 1.26 2003/06/20 04:18:44 andy Exp $
* \version $Id$
*/
#ifndef OPM_H

View file

@ -40,7 +40,7 @@
#include "opm_error.h"
#include "libopm.h"
RCSID("$Id: proxy.c,v 1.16 2003/06/21 04:27:32 andy Exp $");
RCSID("$Id$");
static char SENDBUF[SENDBUFLEN + 1];

View file

@ -32,7 +32,7 @@
# include <unistd.h>
#endif
RCSID("$Id: test.c,v 1.36 2003/06/20 04:55:14 andy Exp $");
RCSID("$Id$");
#define ARRAY_SIZEOF(x) (sizeof(x) / sizeof((x)[0]))