Skip to content

Commit

Permalink
C change. change the name of the init to generic. this solved test on…
Browse files Browse the repository at this point in the history
… vagrant machine.
  • Loading branch information
westonplatter committed Oct 29, 2014
1 parent eced44c commit f821b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/phashion_ext/phashion_ext.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ static void hamming_distance(sqlite3_context * ctx, int agc, sqlite3_value **arg
sqlite3_result_int(ctx, result);
}

int sqlite3_phashionext_init(
int sqlite3_extension_init(
sqlite3 *db,
char **pzErrMsg,
const sqlite3_api_routines *pApi
Expand Down

0 comments on commit f821b5f

Please sign in to comment.