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/plugin-script-api.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/plugin-script-api.c')
-rw-r--r-- | src/plugins/plugin-script-api.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/plugin-script-api.c b/src/plugins/plugin-script-api.c index 91c7745a1..52dc76933 100644 --- a/src/plugins/plugin-script-api.c +++ b/src/plugins/plugin-script-api.c @@ -1,4 +1,6 @@ /* + * script-api.c - script API functions, used by script plugins + * * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> * Copyright (C) 2012 Simon Arlott * @@ -18,10 +20,6 @@ * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. */ -/* - * script-api.c: script API functions, used by script plugins (perl/python/..) - */ - #include <stdlib.h> #include <string.h> #include <stdarg.h> |