]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/util.c
Vacation updates -- see kes06Oct02
[bacula/bacula] / bacula / src / lib / util.c
index 92ba70d363936279b1ff8a4d171a6b7c7db43682..4c9e03e6b3195d96c12b0df9d275d302a9291fd4 100644 (file)
@@ -36,7 +36,7 @@
  */
 
 /*
- * Convert a string to btime_t (64 bit seconds)
+ * Convert a string duration to btime_t (64 bit seconds)
  * Returns 0: if error
           1: if OK, and value stored in value
  */
@@ -76,6 +76,9 @@ int string_to_btime(char *str, btime_t *value)
 
 }
 
+/*
+ * Edit a btime "duration" into ASCII
+ */
 char *edit_btime(btime_t val, char *buf)
 {
    char mybuf[30];