diff -r 36de953c5017 -r c25222322810 src/protocols/novell/nmevent.h --- a/src/protocols/novell/nmevent.h Sat Feb 04 05:17:46 2006 +0000 +++ b/src/protocols/novell/nmevent.h Sat Feb 04 20:55:52 2006 +0000 @@ -170,10 +170,8 @@ * * @param event The event. * - * @return The timestamp for the event. This is the number of - * seconds since 1/1/1970 (as returned by the time() - * system call). + * @return The timestamp for the event. */ -guint32 nm_event_get_gmt(NMEvent * event); +time_t nm_event_get_gmt(NMEvent * event); #endif