File: scanners_utils.h

package info (click to toggle)
nessus-libraries 2.2.8-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,724 kB
  • ctags: 2,314
  • sloc: ansic: 21,397; sh: 10,536; makefile: 414; yacc: 234; lex: 203
file content (6 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#ifndef _NESSUSL_SCANNERS_UTILS_H
#define _NESSUSL_SCANNERS_UTILS_H

ExtFunc int comm_send_status(struct arglist *, char *, char *, int , int);
unsigned short *getpts(char *, int *);
#endif