File: diff.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-- 100 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#ifndef __NESSUS_LIB_DIFF_H__
#define __NESSUS_LIB_DIFF_H__

int banner_diff(char*, char*);

#endif