Changeset 185 for trunk/nom/src


Ignore:
Timestamp:
Jan 13, 2007, 12:33:14 PM (19 years ago)
Author:
cinc
Message:

Fixes and enhancements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nom/src/nomtkinit.c

    r158 r185  
    6969
    7070/*
    71 
     71  Some of these functions should be moved to other source files...
    7272 */
     73
     74NOMEXTERN gboolean NOMLINK nomIsObj(NOMObject*nomObj)
     75{
     76  if(!nomObj)
     77    return FALSE;
     78
     79  return TRUE;
     80}
     81
    7382NOMEXTERN int NOMLINK nomPrintf(string chrFormat, ...)
    7483{
Note: See TracChangeset for help on using the changeset viewer.