aboutsummaryrefslogtreecommitdiff
path: root/src/builtin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/builtin.h')
-rw-r--r--src/builtin.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/builtin.h b/src/builtin.h
index 7e5245d..a5bcfbc 100644
--- a/src/builtin.h
+++ b/src/builtin.h
@@ -1,5 +1,5 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2009-2011 Sergey Poznyakoff
+ Copyright (C) 2009-2013 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
@@ -14,9 +14,9 @@
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>. */
-int builtin_init (struct dictionary *);
-int builtin_done (struct dictionary *);
-void *builtin_open (struct dictionary *);
-int builtin_get (struct dictionary *, void *, unsigned, unsigned);
-int builtin_lookup (struct dictionary *, void *, const char *);
-int builtin_free_result (struct dictionary *, void *);
+int builtin_init(struct dictionary *);
+int builtin_done(struct dictionary *);
+void *builtin_open(struct dictionary *);
+int builtin_get(struct dictionary *, void *, unsigned, unsigned);
+int builtin_lookup(struct dictionary *, void *, const char *);
+int builtin_free_result(struct dictionary *, void *);

Return to:

Send suggestions and report system problems to the System administrator.