~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/item.cc

  • Committer: mark
  • Date: 2008-07-13 01:49:20 UTC
  • mto: This revision was merged to the branch mainline in revision 142.
  • Revision ID: mark@piggy.tangent.org-20080713014920-0m6zrvbzaext73ij
remove UUID_SHORT()

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
 
166
166
void item_init(void)
167
167
{
168
 
  uuid_short_init();
169
168
}
170
169
 
171
170