summaryrefslogtreecommitdiff
path: root/include/readclose.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/readclose.h')
-rw-r--r--include/readclose.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/readclose.h b/include/readclose.h
index a95f4f5..69264a1 100644
--- a/include/readclose.h
+++ b/include/readclose.h
@@ -1,14 +1,14 @@
#ifndef READCLOSE_H
#define READCLOSE_H
-#include "stralloc.h"
#include "close.h"
+#include "stralloc.h"
-extern int readclose_append(int,stralloc *,unsigned int);
-extern int readclose(int,stralloc *,unsigned int);
+extern int readclose_append(int, stralloc *, unsigned int);
+extern int readclose(int, stralloc *, unsigned int);
-#define slurpclose readclose /* backwards compatibility */
+#define slurpclose readclose /* backwards compatibility */
-extern int openreadclose(const char *,stralloc *,unsigned int);
+extern int openreadclose(const char *, stralloc *, unsigned int);
#endif