summaryrefslogtreecommitdiff
path: root/src/tracker/tracker-help.h
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2014-10-06 13:49:45 +0100
committerMartyn Russell <martyn@lanedo.com>2014-12-10 15:51:35 +0000
commitb193d8e7d8512845351796b7ee30491f50089704 (patch)
tree4f082080f4da01a03d43c5e04f5c751df4ce419a /src/tracker/tracker-help.h
parent746068aa81babc13df8c1b7b02e45fe73aa37e25 (diff)
downloadtracker-b193d8e7d8512845351796b7ee30491f50089704.tar.gz
tracker: Added 'help' command handler which loads man pages
Diffstat (limited to 'src/tracker/tracker-help.h')
-rw-r--r--src/tracker/tracker-help.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/tracker/tracker-help.h b/src/tracker/tracker-help.h
new file mode 100644
index 000000000..2afc7ea9f
--- /dev/null
+++ b/src/tracker/tracker-help.h
@@ -0,0 +1,27 @@
+/*
+ * Copyright (C) 2014, Lanedo <martyn@lanedo.com>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
+ */
+
+#include <glib.h>
+
+#ifndef __TRACKER_HELP_H__
+#define __TRACKER_HELP_H__
+
+int tracker_help_show_man_page (const char *cmd);
+
+#endif /* __TRACKER_HELP_H__ */