summaryrefslogtreecommitdiffstats
path: root/innbbsd/externs.h
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-01-08 15:54:00 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-01-08 15:54:00 +0800
commit271bcfc4e7d98aafb59b6e67399244f635ee74e8 (patch)
tree6c8c84e636581109db1de66d4036441c36b607c8 /innbbsd/externs.h
parent9b4d34a17c6061171456ae8e4b63dcd270f53091 (diff)
downloadpttbbs-271bcfc4e7d98aafb59b6e67399244f635ee74e8.tar
pttbbs-271bcfc4e7d98aafb59b6e67399244f635ee74e8.tar.gz
pttbbs-271bcfc4e7d98aafb59b6e67399244f635ee74e8.tar.bz2
pttbbs-271bcfc4e7d98aafb59b6e67399244f635ee74e8.tar.lz
pttbbs-271bcfc4e7d98aafb59b6e67399244f635ee74e8.tar.xz
pttbbs-271bcfc4e7d98aafb59b6e67399244f635ee74e8.tar.zst
pttbbs-271bcfc4e7d98aafb59b6e67399244f635ee74e8.zip
indent -i4
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1473 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'innbbsd/externs.h')
-rw-r--r--innbbsd/externs.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/innbbsd/externs.h b/innbbsd/externs.h
index 2cde1141..84a59e8c 100644
--- a/innbbsd/externs.h
+++ b/innbbsd/externs.h
@@ -1,16 +1,16 @@
#ifndef EXTERNS_H
#define EXTERNS_H
-# ifndef ARG
-# ifdef __STDC__
-# define ARG(x) x
-# else
-# define ARG(x) ()
-# endif
-# endif
+#ifndef ARG
+#ifdef __STDC__
+#define ARG(x) x
+#else
+#define ARG(x) ()
+#endif
+#endif
-char *fileglue ARG((char *, ...));
-char *ascii_date ARG(());
-char **split ARG((char *, char *));
+char *fileglue ARG((char *,...));
+char *ascii_date ARG(());
+char **split ARG((char *, char *));
#endif