Changeset 446 for pwntcha/trunk/src/common.h
- Timestamp:
- 01/10/05 14:21:50 (8 years ago)
- File:
-
- 1 edited
-
pwntcha/trunk/src/common.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pwntcha/trunk/src/common.h
r445 r446 18 18 }; 19 19 20 /* font structure */ 21 struct font 22 { 23 struct image *img; 24 struct glyph 25 { 26 int xmin, xmax, ymin, ymax; 27 int count; /* Black pixel count */ 28 } *glyphs; 29 }; 30 20 31 /* global variables */ 21 32 extern char *argv0; … … 33 44 char *decode_slashdot(struct image *img); 34 45 char *decode_vbulletin(struct image *img); 46 char *decode_xanga(struct image *img); 35 47 char *decode_test(struct image *img); 36 48
Note: See TracChangeset
for help on using the changeset viewer.
