Changeset 424 for pwntcha/trunk/src/common.h
- Timestamp:
- Jan 5, 2005, 6:08:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pwntcha/trunk/src/common.h
r419 r424 22 22 23 23 /* available CAPTCHA decoders */ 24 char *decode_authimage(struct image *img); 24 25 char *decode_linuxfr(struct image *img); 25 26 char *decode_phpbb(struct image *img); … … 43 44 struct image *filter_fill_holes(struct image *img); 44 45 struct image *filter_dup(struct image *img); 46 struct image *filter_scale(struct image *img, float ratio); 45 47 struct image *filter_black_stuff(struct image *img); 46 48 struct image *filter_detect_lines(struct image *img);
Note: See TracChangeset
for help on using the changeset viewer.