aboutsummaryrefslogtreecommitdiffstats
path: root/src/cksearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cksearch.h')
-rw-r--r--src/cksearch.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/cksearch.h b/src/cksearch.h
new file mode 100644
index 0000000..ee06a15
--- /dev/null
+++ b/src/cksearch.h
@@ -0,0 +1,25 @@
+/* cksearch.h - search for stuff in ck ---------------------------------*- C -*-
+ *
+ * This file is part of ck, the config keeper
+ *
+ * -----------------------------------------------------------------------------
+ *
+ * Copyright (C) 2018 Anastasis Grammenos
+ * GPLv3 (see LICENCE for the full notice)
+ *
+ * -----------------------------------------------------------------------------
+ *
+ * Search the database and get results for programs and confing paths.
+ * Provides functions to match user's query to actual entries in the
+ * database.
+ *
+ * (TODO) Also implements the infile search, to match strings in the files
+ * contained in the database.
+ *
+ * -------------------------------------------------------------------------- */
+#ifndef CKSEARCH_H
+#define CKSEARCH_H
+
+
+
+#endif /* CKSEARCH_H */