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_bitmap.h | |
parent | 83334954fe4798465c096746f9dc0b346eed72d0 (diff) |
made header declarations match actual functions
svn path=/trunk/externals/pdp/; revision=12706
Diffstat (limited to 'include/pdp_bitmap.h')
-rw-r--r-- | include/pdp_bitmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pdp_bitmap.h b/include/pdp_bitmap.h index aa6df1b..7d286ad 100644 --- a/include/pdp_bitmap.h +++ b/include/pdp_bitmap.h @@ -87,7 +87,7 @@ t_pdp_symbol *pdp_packet_bitmap_get_description(int packet); /* get subheader */ t_bitmap *pdp_packet_bitmap_info(int packet); -bool pdp_packet_bitmap_isvalid(int packet); +int pdp_packet_bitmap_isvalid(int packet); #ifdef __cplusplus } |