diff options
author | Haru <haru@dotalux.com> | 2014-03-23 20:54:56 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-15 20:53:48 +0100 |
commit | 86fab91ae6c4a40af24b1d3f98601ba5d6ca9adb (patch) | |
tree | 2acac7f31c37f99f598fae79c11fe2294eeabf10 /src/common/console.h | |
parent | 7a3971571ac2590c6f43a1494b6fcdb6ae632e27 (diff) | |
download | hercules-86fab91ae6c4a40af24b1d3f98601ba5d6ca9adb.tar.gz hercules-86fab91ae6c4a40af24b1d3f98601ba5d6ca9adb.tar.bz2 hercules-86fab91ae6c4a40af24b1d3f98601ba5d6ca9adb.tar.xz hercules-86fab91ae6c4a40af24b1d3f98601ba5d6ca9adb.zip |
Added GPL information on interactive server startup
Diffstat (limited to 'src/common/console.h')
-rw-r--r-- | src/common/console.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/console.h b/src/common/console.h index 102a1beaf..676747465 100644 --- a/src/common/console.h +++ b/src/common/console.h @@ -84,6 +84,7 @@ struct console_interface { void (*init) (void); void (*final) (void); void (*display_title) (void); + void (*display_gplnotice) (void); struct console_input_interface *input; }; |