]> git.sur5r.net Git - openldap/blobdiff - include/ac/dirent.h
Regenerate
[openldap] / include / ac / dirent.h
index d186510fdab5fe6d79c1e82b3cb480008316966a..f2b58987e794d6737f2c3b57a31fac6df3a6f557 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-2010 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