Skyld AV
0.6
On access virus scanning for Linux
|
Notify Skyld AV events. More...
#include <gtk/gtk.h>
#include <libnotify/notify.h>
#include <glib.h>
#include <canberra.h>
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#include "config.h"
#include "notify.h"
Go to the source code of this file.
Macros | |
#define | RUNNING 1 |
#define | STOPPING 2 |
Functions | |
static void | sigint_handler (int sig) |
static void | help () |
Prints help message and exits. More... | |
static void | version () |
Shows version information and exits. More... | |
int | main (int argc, char **argv) |
Variables | |
volatile sig_atomic_t | status |
|
static |
int main | ( | int | argc, |
char ** | argv | ||
) |
|
static |
|
static |