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

Comparing deliantra/server/include/dynbuf.h (file contents):
Revision 1.22 by root, Mon Oct 12 14:00:58 2009 UTC vs.
Revision 1.23 by root, Thu Oct 15 21:09:32 2009 UTC

181 181
182 void add_abilities (const char *name, uint32 abilities); 182 void add_abilities (const char *name, uint32 abilities);
183 void add_paths (const char *name, uint32 paths); 183 void add_paths (const char *name, uint32 paths);
184 184
185 // returns the string, linearised and with trailing \0 185 // returns the string, linearised and with trailing \0
186 operator const char * (); 186 operator char *();
187}; 187};
188 188
189#endif 189#endif
190 190

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines