From 740e5b422832f8d043d96f33a0d33bf1725dbbc0 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 2 Feb 2013 21:43:59 +0000 Subject: Added command and tools subdirs to source --- src/history.h | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 src/history.h (limited to 'src/history.h') diff --git a/src/history.h b/src/history.h deleted file mode 100644 index 4258f7a7..00000000 --- a/src/history.h +++ /dev/null @@ -1,33 +0,0 @@ -/* - * history.h - * - * Copyright (C) 2012, 2013 James Booth - * - * This file is part of Profanity. - * - * Profanity 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. - * - * Profanity 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 Profanity. If not, see . - * - */ - -#ifndef HISTORY_H -#define HISTORY_H - -typedef struct history_t *History; - -History history_new(unsigned int size); -char * history_previous(History history, char *item); -char * history_next(History history, char *item); -void history_append(History history, char *item); - -#endif -- cgit 1.4.1-2-gfad0