From c3ebe7fe98668098f610b2e38461496f8987aca9 Mon Sep 17 00:00:00 2001 From: jvech Date: Tue, 25 Jan 2022 10:42:22 -0500 Subject: LICENSE and README added --- main.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'main.h') diff --git a/main.h b/main.h index ccc9ae1..f7ac7b0 100644 --- a/main.h +++ b/main.h @@ -1,3 +1,5 @@ +/* See LICENSE file for copyright and license details. */ + #define TITLE_LENGTH 200 #define ID_LENGTH 12 @@ -6,3 +8,11 @@ typedef struct list { char name[101]; struct list *next; } list; + +void error(char *c); +list *list_create(char title[], char id[]); +void list_free(list *start); +void list_append(list *list_first, char title[], char id[]); +void list_print_item(list *x, int i); +list *list_get_node(list *x, int index); +list *parse_stream(FILE *file); -- cgit v1.2.3-70-g09d2