#include "plugin.h"
#include "policy.h"
#include "types.h"
#include "policy-xml.h"
#include "policy-dump.h"
#include "naming.h"
#include <unistd.h>
#include <signal.h>
#include <string.h>
#include <errno.h>
#include <stdio.h>
Go to the source code of this file.
Defines | |
#define | DEBUG_RUBICON 0 |
Functions | |
void | sig_handler (int i) |
Signal handler. More... | |
int | main (int argc, char *argv[]) |
Main. What else can you say? More... | |
Variables | |
int | cleanup = 0 |
int | shutdown = 0 |
Definition in file rubicon.c.
|
|
|
Main. What else can you say?
|
|
Signal handler.
|
|
|
|
|