aboutsummaryrefslogtreecommitdiffstats
path: root/src/fseccomp/fseccomp.h
blob: 57757ea6c908c0825547d60a451b38d99e5b4856 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef FSECCOMP_H
#define FSECCOMP_H
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "../include/common.h"

// syscall.c
void syscall_print(void);

// errno.c
void errno_print(void);

// protocol.c
void protocol_print(void);
void protocol_build_filter(const char *prlist, const char *fname);
#endif