From c6f2a7a98819ca8e9a3e8d24bf4c48341a880a36 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 31 Oct 2009 20:37:49 +0000 Subject: made header declarations match actual functions svn path=/trunk/externals/pdp/; revision=12706 --- include/pdp_image.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/pdp_image.h') 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); -- cgit v1.2.1