diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-15 12:27:57 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-15 12:27:57 +0100 |
commit | 7eb5cc4b9719cb52d931f91914d11830f6b82385 (patch) | |
tree | a850ee3b91e48bb388098f480fb895e31a80451c /src/plugins/irc/irc-server.c | |
parent | a64dad2597796cfc56bdebf624bcf4984991ad8b (diff) | |
download | weechat-7eb5cc4b9719cb52d931f91914d11830f6b82385.zip |
core: move comments with description of C file to top of files
Diffstat (limited to 'src/plugins/irc/irc-server.c')
-rw-r--r-- | src/plugins/irc/irc-server.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/irc/irc-server.c b/src/plugins/irc/irc-server.c index 426615ceb..b38b9a9a9 100644 --- a/src/plugins/irc/irc-server.c +++ b/src/plugins/irc/irc-server.c @@ -1,4 +1,6 @@ /* + * irc-server.c - I/O communication with IRC servers + * * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> * Copyright (C) 2005-2010 Emmanuel Bouthenot <kolter@openics.org> * Copyright (C) 2012 Simon Arlott @@ -19,10 +21,6 @@ * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. */ -/* - * irc-server.c: I/O communication with IRC servers - */ - #include <stdlib.h> #include <stddef.h> #include <unistd.h> |