File: ssdeep.h

package info (click to toggle)
ssdeep 2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,372 kB
  • ctags: 335
  • sloc: sh: 9,915; ansic: 2,167; makefile: 56
file content (21 lines) | stat: -rw-r--r-- 320 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

/* Fuzzy Hashing by Jesse Kornblum
   Copyright (C) 2008 ManTech International Corporation

   $Id: ssdeep.h 61 2008-02-22 23:18:59Z jessekornblum $ 
*/

#ifndef __SSDEEP_H
#define __SSDEEP_H

#include "main.h"

#ifdef __GLIBC__
extern char *__progname;
#else 
char *__progname;
#endif



#endif  // #ifndef __SSDEEP_H