From d77bd77ed102dd8d6b24f9c45e2a5128d6d859d5 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Sat, 28 Aug 2021 09:44:59 +0000 Subject: added copy of gpl to autotools clarified licesing removed unused `cgi.h` FossilOrigin-Name: 7556c2b1b6d7c3cde074bb7ebcb07bced9b713102e730482e61974cccdb43363 --- cgi.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 cgi.h (limited to 'cgi.h') diff --git a/cgi.h b/cgi.h deleted file mode 100644 index 06530fd..0000000 --- a/cgi.h +++ /dev/null @@ -1,24 +0,0 @@ -/* Copyright (c) 2021, la-ninpre - * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR - * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF - * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - */ - -#ifndef NIMISEWI_CGI_H -#define NIMISEWI_CGI_H - -void print_response_header(void); -void print_html_header(void); -void print_html_stylesheet(void); -void print_html_footer(void); - -#endif /* NIMISEWI_CGI_H */ -- cgit v1.2.3