diff options
Diffstat (limited to 'src/server/main.h')
-rw-r--r-- | src/server/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/main.h b/src/server/main.h index c8495a7..a359170 100644 --- a/src/server/main.h +++ b/src/server/main.h @@ -4,7 +4,7 @@ #define S6RCD_MAIN_H - /* Exported by the main file, s6-rcd.c */ + /* Misc globals, exported by the file containing main() */ typedef struct globalflags_s globalflags_t, *globalflags_t_ref ; struct globalflags_s |