From f21cb52ab025cfe1bc90226d7bb433fc775d390e Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 30 Apr 2012 02:36:45 +0100 Subject: Create history session --- prof_history.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'prof_history.h') diff --git a/prof_history.h b/prof_history.h index 5c2acaaf..04c6fdaf 100644 --- a/prof_history.h +++ b/prof_history.h @@ -4,8 +4,8 @@ typedef struct p_history_t *PHistory; PHistory p_history_new(unsigned int size); -char * p_history_previous(PHistory history); -char * p_history_next(PHistory history); +char * p_history_previous(PHistory history, char *item); +char * p_history_next(PHistory history, char *item); void p_history_append(PHistory history, char *item); #endif -- cgit 1.4.1-2-gfad0