~ubuntu-branches/ubuntu/maverick/crossfire-client/maverick

« back to all changes in this revision

Viewing changes to common/newsocket.c

  • Committer: Bazaar Package Importer
  • Author(s): Kari Pahula
  • Date: 2005-08-20 23:46:35 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050820234635-m3nwl2a0190jc15f
Tags: 1.8.0-1
* New upstream release (closes: #298438)
* New maintainer
* Set datadir to /usr/share/games and sounddir to
  /usr/share/games/crossfire/sounds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
char *rcsid_common_newsocket_c =
2
 
    "$Id: newsocket.c,v 1.12 2004/01/30 18:43:34 tchize Exp $";
 
2
    "$Id: newsocket.c,v 1.13 2005/02/05 23:31:31 ryo_saeba Exp $";
3
3
/*
4
4
    Crossfire client, a client program for the crossfire program.
5
5
 
259
259
/*
260
260
 * Send a printf-formatted packet to the socket.
261
261
 */
262
 
int cs_print_string(int fd, char *str, ...)
 
262
int cs_print_string(int fd, const char *str, ...)
263
263
{
264
264
    va_list args;
265
265
    SockList sl;