summaryrefslogtreecommitdiff
path: root/src/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/history.h')
-rw-r--r--src/history.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/history.h b/src/history.h
index f2cc7f9..e2e711a 100644
--- a/src/history.h
+++ b/src/history.h
@@ -29,10 +29,10 @@ typedef enum {
} HistoryType;
void history_cleanup(void);
-void history_add(HistoryType type, const char* value);
-GList* history_get_all(HistoryType type);
-char* history_get(const char* input, gboolean prev);
+void history_add(HistoryType type, const char *value);
+GList *history_get_all(HistoryType type);
+char *history_get(const char *input, gboolean prev);
void history_rewind(void);
-void history_list_free(GList** list);
+void history_list_free(GList **list);
#endif /* end of include guard: _HISTORY_H */