Skip to content

Commit

Permalink
Remove extern keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
opennota committed Feb 21, 2015
1 parent 7c53912 commit a609763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phash.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ void cimg_exception_mode_quiet();
typedef unsigned long long ulong64;
extern ulong64 ph_dct_imagehash_wrapper(const char* file);
extern int ph_hamming_distance(const ulong64 hash1,const ulong64 hash2);
ulong64 ph_dct_imagehash_wrapper(const char* file);
int ph_hamming_distance(const ulong64 hash1,const ulong64 hash2);
*/
import "C"
Expand Down

0 comments on commit a609763

Please sign in to comment.