Fixed documentation.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 7 Jun 2005 15:57:26 +0000 (15:57 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 7 Jun 2005 15:57:26 +0000 (15:57 +0000)
org.glite.lb.server/interface/lbs_db.h

index 3d7a344..8b236f3 100644 (file)
@@ -65,8 +65,11 @@ void edg_wll_FreeStmt(
 );
 
 
-/* convert time_t into database-specific time string 
- * returns pointer to static area that is changed by subsequent calls */
+/**
+ * convert time_t into database-specific time string
+ *
+ * returns pointer to dynamic area which should be freed 
+ */
 char *edg_wll_TimeToDB(time_t);
 time_t edg_wll_DBToTime(char *);