[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.11 and 1.12

version 1.11, 2004/01/27 20:30:29 version 1.12, 2004/02/08 22:23:50
Line 57  extern BOOLEAN  playing;  /* currently p
Line 57  extern BOOLEAN  playing;  /* currently p
   
 extern  char            explan[];               /* string for explanation */  extern  char            explan[];               /* string for explanation */
   
 void     addmsg(const char *, ...);  void     addmsg(const char *, ...)
       __attribute__((__format__(__printf__, 1, 2)));
 int      adjust(const CARD [], CARD);  int      adjust(const CARD [], CARD);
 int      anymove(const CARD [], int, int);  int      anymove(const CARD [], int, int);
 int      anysumto(const CARD [], int, int, int);  int      anysumto(const CARD [], int, int, int);
Line 85  int  is_one(CARD, const CARD [], int);
Line 86  int  is_one(CARD, const CARD [], int);
 void     makeboard(void);  void     makeboard(void);
 void     makedeck(CARD []);  void     makedeck(CARD []);
 void     makeknown(const CARD [], int);  void     makeknown(const CARD [], int);
 void     msg(const char *, ...);  void     msg(const char *, ...)
       __attribute__((__format__(__printf__, 1, 2)));
 int      msgcard(CARD, BOOLEAN);  int      msgcard(CARD, BOOLEAN);
 int      msgcrd(CARD, BOOLEAN, const char *, BOOLEAN);  int      msgcrd(CARD, BOOLEAN, const char *, BOOLEAN);
 int      number(int, int, const char *);  int      number(int, int, const char *);

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>