diff options
author | Anastasis Grammenos <anastasis.gramm2@gmail.com> | 2018-10-16 10:41:01 +0300 |
---|---|---|
committer | Anastasis Grammenos <anastasis.gramm2@gmail.com> | 2018-10-16 10:41:01 +0300 |
commit | 5b8b4fdbfc6f88e874bc62269b9188caf886120f (patch) | |
tree | e752d2b3faa863daa9817c23783aa5734fbeec9b /src/cksearch.h | |
parent | b11d039ba3888aa76d63006e0af2a6f05304b380 (diff) | |
download | ck-5b8b4fdbfc6f88e874bc62269b9188caf886120f.tar.gz ck-5b8b4fdbfc6f88e874bc62269b9188caf886120f.tar.bz2 ck-5b8b4fdbfc6f88e874bc62269b9188caf886120f.zip |
Update file headers
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 */ |