#include <hiker/security.h>
#include <string.h>
#include <errno.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdlib.h>
Data Structures | |
struct | Query |
struct | Update |
union | Context |
struct | App |
Defines | |
#define | ST_E_NOERR 0 |
#define | ST_E_USAGE 1 |
#define | ST_E_STAT 2 |
#define | ST_E_UNDEF 3 |
#define | ST_E_ALLOC 4 |
#define | ST_E_FILE 5 |
#define | ST_C_UPDATE 0 |
#define | ST_C_QUERY 1 |
#define | ST_C_PID 2 |
Typedefs | |
typedef unsigned int | Err |
Functions | |
int | main (int argc, char *argv[]) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|