X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fac%2Fdirent.h;h=f2b58987e794d6737f2c3b57a31fac6df3a6f557;hb=c0e3c29050f619c9a4e5c8489f5ceb6eab897e32;hp=d186510fdab5fe6d79c1e82b3cb480008316966a;hpb=c890c96d13c53cf0fa1d9580fea2ab47a2c8caa9;p=openldap diff --git a/include/ac/dirent.h b/include/ac/dirent.h index d186510fda..f2b58987e7 100644 --- a/include/ac/dirent.h +++ b/include/ac/dirent.h @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * 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