summaryrefslogtreecommitdiff
path: root/src/gen_bpf.h
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2012-03-21 11:37:03 -0400
committerPaul Moore <pmoore@redhat.com>2012-03-23 10:53:25 -0400
commitd582e822f3d00b5d545c2260f2d35def43651e8d (patch)
tree29a90623484a3f319de4f0e9a21c0abc484b8c74 /src/gen_bpf.h
parentf1094f06d891b90a546aa13e79cf863914098a61 (diff)
downloadlibseccomp-d582e822f3d00b5d545c2260f2d35def43651e8d.tar.gz
bpf: rename to match the API
Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'src/gen_bpf.h')
-rw-r--r--src/gen_bpf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen_bpf.h b/src/gen_bpf.h
index 1e00e60..07066e5 100644
--- a/src/gen_bpf.h
+++ b/src/gen_bpf.h
@@ -44,6 +44,6 @@ struct bpf_program {
((x)->blk_cnt * sizeof(*((x)->blks)))
struct bpf_program *gen_bpf_generate(const struct db_filter *db);
-void gen_bpf_destroy(struct bpf_program *program);
+void gen_bpf_release(struct bpf_program *program);
#endif