~ubuntu-branches/ubuntu/trusty/netrek-client-cow/trusty

« back to all changes in this revision

Viewing changes to dmessage.h

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2008-09-26 21:44:49 UTC
  • Revision ID: james.westby@ubuntu.com-20080926214449-ylybi4033uv3lz2q
Tags: upstream-3.2.8
ImportĀ upstreamĀ versionĀ 3.2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* dmessage.c */
 
2
int dmessage(char *message, unsigned char flags, unsigned char from, unsigned char to);
 
3
int instr(char *string1, char *string2);
 
4
int nothing(void);
 
5
int CheckFeatures(char *m);
 
6
int sendVersion(void);