]> git.sur5r.net Git - openldap/blobdiff - include/ac/dirent.h
ITS#7101 test001: Skip back-ldif unordered slapadd
[openldap] / include / ac / dirent.h
index d186510fdab5fe6d79c1e82b3cb480008316966a..d808784a9ac07881f6312984be5dc295e3d8d2cd 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2008 The OpenLDAP Foundation.
+ * Copyright 1998-2011 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -34,6 +34,9 @@ typedef struct DIR {
        int first;
        char buf[MAX_PATH+1];
 } DIR;
+DIR *opendir(const char *name);
+struct dirent *readdir(DIR *dir);
+int closedir(DIR *dir);
 #else
 # define dirent direct
 # define NAMLEN(dirent) (dirent)->d_namlen