summaryrefslogtreecommitdiffstats
path: root/libidu/idfile.c
diff options
context:
space:
mode:
authorClaudio Fontana <sick_soul@users.sourceforge.net>2005-11-01 09:38:51 +0000
committerClaudio Fontana <sick_soul@users.sourceforge.net>2005-11-01 09:38:51 +0000
commitc43b80e61df1aeb6d7872d89baa35a28dd05bd40 (patch)
tree22fb26c4916c45c898c7ddd5ff07cfd73523b152 /libidu/idfile.c
parentc12afffc3d06c2acfc5fab3aa4746d1096f4950a (diff)
downloadidutils-c43b80e61df1aeb6d7872d89baa35a28dd05bd40.tar.gz
idutils-c43b80e61df1aeb6d7872d89baa35a28dd05bd40.tar.bz2
idutils-c43b80e61df1aeb6d7872d89baa35a28dd05bd40.zip
*** empty log message ***
Diffstat (limited to 'libidu/idfile.c')
-rw-r--r--libidu/idfile.c18
1 files changed, 5 insertions, 13 deletions
diff --git a/libidu/idfile.c b/libidu/idfile.c
index cabc18d..04afb16 100644
--- a/libidu/idfile.c
+++ b/libidu/idfile.c
@@ -20,24 +20,16 @@
#include <config.h>
#include <stdio.h>
#include <errno.h>
-#include "xstdlib.h"
-#include "xstring.h"
-#include "xsysstat.h"
+#include <stdlib.h>
+#include <string.h>
+#include <sys/stat.h>
#include "xnls.h"
-#include "xobstack.h"
+#include "obstack.h"
#include "idfile.h"
#include "error.h"
-#ifndef HAVE_DECL_STRSEP
-"this configure-time declaration test was not run"
-#endif
-#if !HAVE_DECL_STRSEP
-char *strsep ();
-#endif
+int io_size (FILE *, void *, unsigned int size, int);
-int io_size __P((FILE *, void *, unsigned int size, int));
-
-
/****************************************************************************/
/* Discover the name of the ID file. If ARG is NULL, consult $IDPATH.