Blame src/gen_pfc.h

Packit Service 8eee21
/**
Packit Service 8eee21
 * Seccomp String Translator
Packit Service 8eee21
 *
Packit Service 8eee21
 * Copyright (c) 2012 Red Hat <pmoore@redhat.com>
Packit Service 8eee21
 * Author: Paul Moore <paul@paul-moore.com>
Packit Service 8eee21
 */
Packit Service 8eee21
Packit Service 8eee21
/*
Packit Service 8eee21
 * This library is free software; you can redistribute it and/or modify it
Packit Service 8eee21
 * under the terms of version 2.1 of the GNU Lesser General Public License as
Packit Service 8eee21
 * published by the Free Software Foundation.
Packit Service 8eee21
 *
Packit Service 8eee21
 * This library is distributed in the hope that it will be useful, but WITHOUT
Packit Service 8eee21
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
Packit Service 8eee21
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
Packit Service 8eee21
 * for more details.
Packit Service 8eee21
 *
Packit Service 8eee21
 * You should have received a copy of the GNU Lesser General Public License
Packit Service 8eee21
 * along with this library; if not, see <http://www.gnu.org/licenses>.
Packit Service 8eee21
 */
Packit Service 8eee21
Packit Service 8eee21
#ifndef _TRANSLATOR_STR_H
Packit Service 8eee21
#define _TRANSLATOR_STR_H
Packit Service 8eee21
Packit Service 8eee21
#include "db.h"
Packit Service 8eee21
Packit Service 8eee21
int gen_pfc_generate(const struct db_filter_col *col, int fd);
Packit Service 8eee21
Packit Service 8eee21
#endif