ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/cfperl.h
(Generate patch)

Comparing deliantra/server/include/cfperl.h (file contents):
Revision 1.44 by root, Sun Dec 31 10:28:36 2006 UTC vs.
Revision 1.45 by root, Sun Dec 31 17:17:23 2006 UTC

248 } 248 }
249 249
250 *p = '\n'; 250 *p = '\n';
251 } 251 }
252 252
253 void put (keyword k, const char *v) 253 void put (keyword k, const char *v = 0)
254 { 254 {
255 put_string (k, v); 255 put_string (k, v);
256 } 256 }
257 257
258 void put (keyword k, const shstr &v) 258 void put (keyword k, const shstr &v)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines