Difference for socket/request.c from version 1.87 to 1.88


version 1.87 version 1.88
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: request.c,v 1.87 2006/03/18 15:05:37 ryo_saeba Exp $";   *    "$Id: request.c,v 1.88 2006/05/05 09:41:15 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 717
 
Line 717
  * Asks the client to query the user.  This way, the client knows   * Asks the client to query the user.  This way, the client knows
  * it needs to send something back (vs just printing out a message)   * it needs to send something back (vs just printing out a message)
  */   */
 void send_query(socket_struct *ns, uint8 flags, char *text)  void send_query(socket_struct *ns, uint8 flags, const char *text)
 {  {
     char buf[MAX_BUF];      char buf[MAX_BUF];
   


Legend:
line(s) removed in v.1.87 
line(s) changed
 line(s) added in v.1.88

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:36