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/cklist.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/cklist.h') diff --git a/src/cklist.h b/src/cklist.h index 95fd088..3cf0f7c 100644 --- a/src/cklist.h +++ b/src/cklist.h @@ -1,4 +1,4 @@ -/* cklist.h - Custom list data structure for ck ------------------------*- C -*- +/* cklist.h - List data structure for ck -------------------------------*- C -*- * * This file is part of ck, the config keeper * @@ -9,8 +9,7 @@ * * ----------------------------------------------------------------------------- * - * Ck needs a list of strings. Assists with finding the correct config file - * to edit when using ck edit and provides a backend to the ck list action. + * Data structure to hold a dynamic list of strings used accross ck. * * -------------------------------------------------------------------------- */ #ifndef CKLIST_H -- cgit v1.2.3