From 5b8b4fdbfc6f88e874bc62269b9188caf886120f Mon Sep 17 00:00:00 2001 From: Anastasis Grammenos Date: Tue, 16 Oct 2018 10:41:01 +0300 Subject: Update file headers --- src/cksearch.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/cksearch.h (limited to 'src/cksearch.h') 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 */ -- cgit v1.2.3