summaryrefslogtreecommitdiffstats
path: root/include/history.h
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-09-19 12:57:48 +0200
committerQC <qball@gmpclient.org>2015-09-19 12:57:48 +0200
commitb18d68eff26429ed08d560b187c46770eb7db0b2 (patch)
tree854e74f44c678b18c09ebed872fd187b5a24cd9d /include/history.h
parent442e235c24fa33a499e51b4a2f7ff95fb4ab43ad (diff)
Adjust new editor width
Diffstat (limited to 'include/history.h')
-rw-r--r--include/history.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/history.h b/include/history.h
index 2ec59f9c..96b36840 100644
--- a/include/history.h
+++ b/include/history.h
@@ -10,7 +10,6 @@
*/
void history_set ( const char *filename, const char *entry ) __attribute__( ( nonnull ) );
-
/**
* @param filename The filename of the history cache.
* @param entry The entry to remove
@@ -19,7 +18,6 @@ void history_set ( const char *filename, const char *entry ) __attribute__( ( no
*/
void history_remove ( const char *filename, const char *entry ) __attribute__( ( nonnull ) );
-
/**
* @param filename The filename of the history cache.
* @param length The length of the returned list.