diff options
Diffstat (limited to 'src/cksearch.h')
-rw-r--r-- | src/cksearch.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/cksearch.h b/src/cksearch.h deleted file mode 100644 index ee06a15..0000000 --- a/src/cksearch.h +++ /dev/null @@ -1,25 +0,0 @@ -/* 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 */ |