ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/c_new.C
(Generate patch)

Comparing deliantra/server/server/c_new.C (file contents):
Revision 1.8 by root, Tue Dec 12 16:59:35 2006 UTC vs.
Revision 1.9 by root, Tue Dec 26 08:54:59 2006 UTC

22*/ 22*/
23 23
24/* This file deals with administrative commands from the client. */ 24/* This file deals with administrative commands from the client. */
25#include <global.h> 25#include <global.h>
26#include <commands.h> 26#include <commands.h>
27#ifndef __CEXTRACT__
28# include <sproto.h> 27#include <sproto.h>
29#endif
30 28
31static int 29static int
32compare_A (const void *a, const void *b) 30compare_A (const void *a, const void *b)
33{ 31{
34 return strcmp (((CommArray_s *)a)->name, ((CommArray_s *)b)->name); 32 return strcmp (((CommArray_s *)a)->name, ((CommArray_s *)b)->name);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines