summaryrefslogtreecommitdiffstats
path: root/linkedlist.h
Commit message (Collapse)AuthorAgeFilesLines
* - got the basic code in place to create an in-memory list of cfsyslineRainer Gerhards2007-07-311-1/+2
| | | | handlers (omfile.c used as testing case) -- not yet in active code
* - added interface to register a cfsysline command handler (basicRainer Gerhards2007-07-311-0/+1
| | | | functionality)
* prepared cfsysline.c for integration into output modulesRainer Gerhards2007-07-311-2/+3
|
* added some more functions to linkedList classRainer Gerhards2007-07-311-3/+5
|
* added a generic linked list object (files linkedlist.h/c)Rainer Gerhards2007-07-311-0/+57