FOSSology  4.4.0
Open Source License Compliance by Open Source Software
buckets.c File Reference

Bucket agent. More...

#include "buckets.h"
Include dependency graph for buckets.c:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Variables

int debug = 0
 
int DEB_SOURCE
 
int DEB_BINARY
 
char BuildVersion [] ="buckets build version: NULL.\n"
 

Detailed Description

Bucket agent.

The bucket agent uses user rules (see bucket table) to classify files into user categories (buckets).

Definition in file buckets.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

rerun bucket

Definition at line 72 of file buckets.c.

Variable Documentation

◆ BuildVersion

char BuildVersion[] ="buckets build version: NULL.\n"

Bucket agent build version

Definition at line 68 of file buckets.c.

◆ DEB_BINARY

int DEB_BINARY

global mimetype_pk's for Debian binary packages

Definition at line 62 of file buckets.c.

◆ DEB_SOURCE

int DEB_SOURCE

global mimetype_pk's for Debian source packages

Definition at line 60 of file buckets.c.

◆ debug

int debug = 0

Print debug messages

Definition at line 57 of file buckets.c.