Mercurial > hg > xemacs-beta
diff src/ndir.h @ 126:1370575f1259 xemacs-20-1p1
Import from CVS: tag xemacs-20-1p1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:27:39 +0200 |
parents | 376386a54a3c |
children | 41ff10fd062f |
line wrap: on
line diff
--- a/src/ndir.h Mon Aug 13 09:26:41 2007 +0200 +++ b/src/ndir.h Mon Aug 13 09:27:39 2007 +0200 @@ -65,7 +65,7 @@ char dd_buf[DIRBLKSIZ]; /* directory block */ } DIR; /* stream data from opendir() */ -extern DIR *opendir (CONST char *filename) +extern DIR *opendir (CONST char *filename); extern int closedir (DIR *dirp); extern struct direct *readdir (DIR *dirp); extern struct direct *readdirver (DIR *dirp);