diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-10-31 20:37:49 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-10-31 20:37:49 +0000 |
commit | c6f2a7a98819ca8e9a3e8d24bf4c48341a880a36 (patch) | |
tree | 945966dfdfe1e94e9361b8d324857557e28246ab /include/pdp_image.h | |
parent | 83334954fe4798465c096746f9dc0b346eed72d0 (diff) |
made header declarations match actual functions
svn path=/trunk/externals/pdp/; revision=12706
Diffstat (limited to 'include/pdp_image.h')
-rw-r--r-- | include/pdp_image.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pdp_image.h b/include/pdp_image.h index 9874f36..d106937 100644 --- a/include/pdp_image.h +++ b/include/pdp_image.h @@ -69,8 +69,8 @@ extern "C" /* validate and compat check */ -bool pdp_packet_image_isvalid(int packet); -bool pdp_packet_image_compat(int packet0, int packet1); +int pdp_packet_image_isvalid(int packet); +int pdp_packet_image_compat(int packet0, int packet1); /* short cuts to create specific packets */ int pdp_packet_new_image(u32 encoding, u32 width, u32 height); |