summaryrefslogtreecommitdiffstats
path: root/include/history.h
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-05-22 10:03:36 +0200
committerQC <qball@gmpclient.org>2014-05-22 10:03:36 +0200
commit5769bc36f156a55c0813429419ac8a53ea65260c (patch)
treefbd615e9acd57c5bd4bb4f07a19b6d67dc67264c /include/history.h
parent21a0666a6e58a373106ec104015b4fc2def62f9f (diff)
Make ssh set title public.
Diffstat (limited to 'include/history.h')
-rw-r--r--include/history.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/history.h b/include/history.h
index 6d3ae7a2..5a1c87ea 100644
--- a/include/history.h
+++ b/include/history.h
@@ -39,7 +39,7 @@ void history_set ( const char *filename, const char *entry );
/**
* @param filename The filename of the history cache.
- * @param entry The entry to remove
+ * @param entry The entry to remove
*
* Removes the entry from the history.
*/
@@ -48,12 +48,12 @@ void history_remove ( const char *filename, const char *entry );
/**
* @param filename The filename of the history cache.
- * @param length The length of the returned list.
+ * @param length The length of the returned list.
*
* Gets the entries in the list (in order of usage)
* @returns a list of entries length long. (and NULL terminated).
*/
-char ** history_get_list ( const char *filename, unsigned int * length);
+char ** history_get_list ( const char *filename, unsigned int * length );