File: plugutils_internal.h

package info (click to toggle)
openvas-libraries 2.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,720 kB
  • ctags: 1,334
  • sloc: ansic: 12,441; sh: 8,238; makefile: 325
file content (15 lines) | stat: -rw-r--r-- 555 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef PLUGUTILS_INTERNAL_H
#define PLUGUTILS_INTERNAL_H

char * _plug_get_version(struct arglist *);
char * _plug_get_cve_id(struct arglist*);
char * _plug_get_bugtraq_id(struct arglist*);
char * _plug_get_xref(struct arglist *);
char * _plug_get_tag(struct arglist *);
char * _plug_get_family(struct arglist*);
char * _plug_get_summary(struct arglist*);
char * _plug_get_description(struct arglist*);
char * _plug_get_copyright(struct arglist*);
void _add_plugin_preference(struct arglist*, const char*, const char*, const char*, const char*);

#endif