~ubuntu-branches/ubuntu/utopic/suricata/utopic

« back to all changes in this revision

Viewing changes to src/util-reference-config.h

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2012-07-22 22:27:36 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20120722222736-s2bcw3ruzenagjam
Tags: 1.3-1
* Imported Upstream version 1.3
* Add build-dependency on libnss3-dev and libnspr4-dev
* Bump Standards Version to 3.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
SCRConfReference *SCRConfAllocSCRConfReference(const char *, const char *);
38
38
void SCRConfDeAllocSCRConfReference(SCRConfReference *);
39
39
int SCRConfLoadReferenceConfigFile(DetectEngineCtx *);
 
40
void SCRConfDeInitContext(DetectEngineCtx *);
 
41
SCRConfReference *SCRConfGetReference(const char *,
 
42
                                      DetectEngineCtx *);
40
43
void SCRConfRegisterTests(void);
41
44
 
42
45
/* these below functions are only used by unittests */