summaryrefslogtreecommitdiff
path: root/mini-commander/src/history.h
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-11-24 18:14:02 +0100
committerStefano Karapetsas <[email protected]>2012-11-24 18:14:02 +0100
commit03beef19aed6291da9093c1fc2dacc147a1bbd72 (patch)
treedcc71f2dd57db0d8e76d687b8ceb22d757e25413 /mini-commander/src/history.h
parent5fe5821ef2b69faee48d0b04f60e9b3b080ce203 (diff)
downloadmate-applets-03beef19aed6291da9093c1fc2dacc147a1bbd72.tar.bz2
mate-applets-03beef19aed6291da9093c1fc2dacc147a1bbd72.tar.xz
remove mini-commander applet
Diffstat (limited to 'mini-commander/src/history.h')
-rw-r--r--mini-commander/src/history.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/mini-commander/src/history.h b/mini-commander/src/history.h
deleted file mode 100644
index 1dd5dea2..00000000
--- a/mini-commander/src/history.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "mini-commander_applet.h"
-
-int exists_history_entry(int pos);
-extern char *get_history_entry(int pos);
-extern void set_history_entry(int pos, char * entry);
-extern void append_history_entry(MCData *mcdata, const char * entry, gboolean load_history);