Removed the space between function names and the opening parenthesis.
[mmh] / h / tws.h
diff --git a/h/tws.h b/h/tws.h
index 77ccaa6..289a673 100644 (file)
--- a/h/tws.h
+++ b/h/tws.h
@@ -44,7 +44,7 @@ struct tws {
 #define TW_YES   0x0040  /*   yes, found                   */
 #define TW_NO    0x0000  /*   no, not found                */
 
-#define dtwszone(tw) dtimezone (tw->tw_zone, tw->tw_flags)
+#define dtwszone(tw) dtimezone(tw->tw_zone, tw->tw_flags)
 
 extern char *tw_dotw[];
 extern char *tw_ldotw[];
@@ -53,17 +53,17 @@ extern char *tw_moty[];
 /*
 ** prototypes
 */
-char *dtime (time_t *, int);
-char *dtimenow (int);
-char *dctime (struct tws *);
-struct tws *dlocaltimenow (void);
-struct tws *dlocaltime (time_t *);
-struct tws *dgmtime (time_t *);
-char *dasctime (struct tws *, int);
-char *dtimezone (int, int);
-void twscopy (struct tws *, struct tws *);
-int twsort (struct tws *, struct tws *);
-time_t dmktime (struct tws *);
-void set_dotw (struct tws *);
+char *dtime(time_t *, int);
+char *dtimenow(int);
+char *dctime(struct tws *);
+struct tws *dlocaltimenow(void);
+struct tws *dlocaltime(time_t *);
+struct tws *dgmtime(time_t *);
+char *dasctime(struct tws *, int);
+char *dtimezone(int, int);
+void twscopy(struct tws *, struct tws *);
+int twsort(struct tws *, struct tws *);
+time_t dmktime(struct tws *);
+void set_dotw(struct tws *);
 
-struct tws *dparsetime (char *);
+struct tws *dparsetime(char *);