[BACK]Return to cribbage.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / games / cribbage

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/games/cribbage/cribbage.h between version 1.16 and 1.17

version 1.16, 2011/08/26 06:18:17 version 1.17, 2012/10/13 20:36:06
Line 77  void  makeknown(const CARD [], int);
Line 77  void  makeknown(const CARD [], int);
 void     msg(const char *, ...) __printflike(1, 2);  void     msg(const char *, ...) __printflike(1, 2);
 int      msgcard(CARD, BOOLEAN);  int      msgcard(CARD, BOOLEAN);
 int      number(int, int, const char *);  int      number(int, int, const char *);
 int      pegscore(CARD, const CARD [], int, int);  int      pegscore(CARD, const CARD [], unsigned, int);
 int      plyrhand(const CARD [], const char *);  int      plyrhand(const CARD [], const char *);
 void     prcard(WINDOW *, int, int, CARD, BOOLEAN);  void     prcard(WINDOW *, int, int, CARD, BOOLEAN);
 void     prhand(const CARD [], int, WINDOW *, BOOLEAN);  void     prhand(const CARD [], unsigned, WINDOW *, BOOLEAN);
 void     receive_intr(int) __dead;  void     receive_intr(int) __dead;
 int      scorehand(const CARD [], CARD, int, BOOLEAN, BOOLEAN);  int      scorehand(const CARD [], CARD, int, BOOLEAN, BOOLEAN);
 void     shuffle(CARD []);  void     shuffle(CARD []);

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb <webmaster@jp.NetBSD.org>