sw-utils
time_t sw_time_t_from_string (const char *s); char * sw_time_t_to_string (time_t t); char * sw_hash_string_dict (GHashTable *hash); int sw_next_opid (void);
const char *s
time_t t
GHashTable *hash
void
time_t sw_time_t_from_string (const char *s);
char * sw_time_t_to_string (time_t t);
char * sw_hash_string_dict (GHashTable *hash);
int sw_next_opid (void);
Get the next operation ID. Operation IDs are globally unique for a libsocialweb instance. In the current implementation, they are simply incrementing integers.