FOSSology  4.4.0
Open Source License Compliance by Open Source Software
libfossology.h
Go to the documentation of this file.
1 /*
2  SPDX-FileCopyrightText: © 2010-2013 Hewlett-Packard Development Company, L.P.
3 
4  SPDX-License-Identifier: GPL-2.0-only
5 */
20 #ifndef LIBFOSSOLOGY_H
21 #define LIBFOSSOLOGY_H
22 
23 #include <stdio.h>
24 #include "libfossscheduler.h"
25 #include "libfossrepo.h"
26 #include "libfossdb.h"
27 #include "libfossagent.h"
28 #include "sqlCopy.h"
29 #include "fossconfig.h"
30 
31 #define PERM_NONE 0
32 #define PERM_READ 1
33 #define PERM_WRITE 3
34 #define PERM_ADMIN 10
35 
36 #define PLUGIN_DB_NONE 0
37 #define PLUGIN_DB_READ 1
38 #define PLUGIN_DB_WRITE 3
39 #define PLUGIN_DB_ADMIN 10
40 
41 #endif /* LIBFOSSOLOGY_H */
FOSSology library to read config file.