summaryrefslogtreecommitdiff
path: root/include/getln.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/getln.h')
-rw-r--r--include/getln.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/getln.h b/include/getln.h
index 23eb58b..60b5dcc 100644
--- a/include/getln.h
+++ b/include/getln.h
@@ -4,7 +4,7 @@
#include "buffer.h"
#include "stralloc.h"
-extern int getln(buffer *,stralloc *,int *,int);
-extern int sgetln(buffer *,stralloc *,char **,unsigned int *,int);
+extern int getln(buffer *, stralloc *, int *, int);
+extern int sgetln(buffer *, stralloc *, char **, unsigned int *, int);
#endif