File: sh_database.h

package info (click to toggle)
samhain 2.2.3-6.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,428 kB
  • ctags: 4,586
  • sloc: ansic: 58,140; sh: 11,949; asm: 4,866; makefile: 1,487; perl: 1,032
file content (16 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef SH_DATABASE_H
#define SH_DATABASE_H

void sh_database_reset();
int sh_database_insert (char * message);

int sh_database_use_persistent (const char * str);

int sh_database_set_database (const char * str);
int sh_database_set_table (const char * str);
int sh_database_set_host (const char * str);
int sh_database_set_user (const char * str);
int sh_database_set_password (const char * str);
int sh_database_add_to_hash  (const char * str);
int set_enter_wrapper (const char * str);
#endif