X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2Fadmin.c;h=5d28af8e4a9d891054f5721f5ae8e5e02c36aa1d;hb=185028bccf8a5e6635fc5ef8f1f737c798e29c2a;hp=2e8c39b0640ccaa9770e562d450c546608b78eaf;hpb=327abf4adcf732bcc8818f9b35ba366db6085d2a;p=yaz-moved-to-github.git diff --git a/client/admin.c b/client/admin.c index 2e8c39b..5d28af8 100644 --- a/client/admin.c +++ b/client/admin.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1995-2003, Index Data + * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: admin.c,v 1.16 2003-03-11 11:07:47 adam Exp $ + * $Id: admin.c,v 1.19 2005-01-16 21:51:49 adam Exp $ */ #include @@ -10,9 +10,13 @@ #include #include -#if HAVE_FNMATCH_H +#if HAVE_DIRENT_H #include +#endif +#if HAVE_FNMATCH_H #include +#endif +#if HAVE_SYS_STAT_H #include #endif @@ -260,7 +264,7 @@ int cmd_adm_import(const char *arg) return 2; } #else -int cmd_adm_import(char *arg) +int cmd_adm_import(const char *arg) { printf ("not available on WIN32\n"); return 0;