summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/xopendir.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/xopendir.h')
-rw-r--r--Build/source/texk/kpathsea/xopendir.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/xopendir.h b/Build/source/texk/kpathsea/xopendir.h
index 67b3443fa3c..30988d90951 100644
--- a/Build/source/texk/kpathsea/xopendir.h
+++ b/Build/source/texk/kpathsea/xopendir.h
@@ -23,7 +23,7 @@
#include <kpathsea/types.h>
/* Like opendir and closedir, but abort on error. */
-extern DIR *xopendir P1H(string dirname);
-extern void xclosedir P1H(DIR *);
+extern DIR *xopendir (string dirname);
+extern void xclosedir (DIR *);
#endif /* not (KPATHSEA_XOPENDIR_H or WIN32) */