diff options
| author | jakob <jakob@memeware.net> | 2017-03-11 07:35:00 -0500 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-03-11 07:35:00 -0500 |
| commit | 06ef3f15929b4de343f4f749bade08f6b4783d3a (patch) | |
| tree | c46021665a782241b5dafa5c62c41892139d0d85 /src/main.c | |
| parent | 33a163c7dae687fba9691c184fe719b0c833acc2 (diff) | |
Updated copyright information.
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); |