aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-10-31 23:29:59 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-10-31 23:29:59 +0000
commit9435e3f4f87e5ae5466b8e35c0877c06f1d062a5 (patch)
tree36c168a26134ac521daf8827aa5b6578829d70fd
parentf9118394dcd225126f30296fb4c307a29fd906ca (diff)
made header declarations match actual functions
svn path=/trunk/externals/pdp/; revision=12709
-rw-r--r--opengl/include/pdp_texture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/include/pdp_texture.h b/opengl/include/pdp_texture.h
index c3987bc..9c07d40 100644
--- a/opengl/include/pdp_texture.h
+++ b/opengl/include/pdp_texture.h
@@ -56,7 +56,7 @@ extern "C"
/* check if valid texture packet. all other methods assume packet is valid */
-bool pdp_packet_texture_isvalid(int packet);
+int pdp_packet_texture_isvalid(int packet);
/* returns a pointer to the packet subheader whem the packet contains a texture */
/* try not to use the header directly, use clone and copy methods instead */