X-Git-Url: http://pileus.org/git/?p=lackey;a=blobdiff_plain;f=src%2Fprint.h;fp=src%2Fprint.h;h=42b5d539eb0bea3214e1c5c33645178e290936f3;hp=0000000000000000000000000000000000000000;hb=7edd7d3a9f0bdaaa8df9f68a73f7c84e2b514ce6;hpb=9a9c6808d386091c75bbc00b764d308034ac1c0f diff --git a/src/print.h b/src/print.h new file mode 100644 index 0000000..42b5d53 --- /dev/null +++ b/src/print.h @@ -0,0 +1,21 @@ +/* + * Copyright (C) 2017 Andy Spencer + * + * 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 Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +/* Functions */ +void print_init(void); +void print_main(void); +void print_exit(void);