diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ /* main.c -- Entry point to the program. - Copyright (C) 2017 Jakob Tsar-Fox, All Rights Reserved. + Copyright (C) 2017 Jakob Kreuze, All Rights Reserved. This file is part of Nekopack. @@ -35,6 +35,7 @@ #define VERSION_STR "2.0.0a2" + /* Pointer to a function to be mapped to entries in the table. */ typedef void (*mapfn)(struct stream *archive, struct table_entry *e, struct params p); |