[Pkg-wmaker-commits] [wmcoincoin] 46/87: Fix -Wimplicit-function-declaration compiler warnings.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Aug 28 17:27:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmcoincoin.

commit fa181a8fa7f07a7876607f53f9e8eee2688c5fd1
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Tue Nov 11 12:13:51 2014 -0600

    Fix -Wimplicit-function-declaration compiler warnings.
---
 src/board_priv.h | 1 +
 src/pinnipede.h  | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/src/board_priv.h b/src/board_priv.h
index 98a5b07..c721d9d 100644
--- a/src/board_priv.h
+++ b/src/board_priv.h
@@ -17,6 +17,7 @@
 #define BOARD_MSG_MAX_LEN 15000 /* on peut y arriver avec un bon gros message plein de [][][][]... */
 #define BOARD_LOGIN_MAX_LEN 60
 
+void convert_to_utf8(const char *src_encoding, char **psrc);
 void release_md5_array(Board *b);
 md5_and_time *find_md5_in_md5_array(md5_byte_t md5[16], md5_and_time *m);
 void board_decode_message(Board *board, char *dest, const char *src);
diff --git a/src/pinnipede.h b/src/pinnipede.h
index 043c065..6653d01 100644
--- a/src/pinnipede.h
+++ b/src/pinnipede.h
@@ -238,6 +238,9 @@ struct _Pinnipede {
   Pixmap miniduck_pixmap;
 };
 
+void ccfont_draw_string_utf8(CCFontId fid, CCColorId cid, Drawable d, int x, int y, char *str, int len);
+int ccfont_text_width_utf8(CCFontId fid, char *str, int len);
+int ccfont_text_xbox_utf8(CCFontId fid, char *str, int len, short *pxstart, short *pxoff);
 int filter_msg_info(const board_msg_info *mi, const struct _PinnipedeFilter *filter);
 int count_all_id_filtered(Boards *boards, struct _PinnipedeFilter *filter);
 id_type get_first_id_filtered(Boards *boards, struct _PinnipedeFilter *filter);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmcoincoin.git



More information about the Pkg-wmaker-commits mailing list