lintian doesn't like orphan packages with uploaders...
[debian/amanda] / common-src / timestamp.h
index 81a3b9e5a830bd4523e7336357a91952e2cef8f9..5985e995e91dde879a45d815861880f6b74e2e33 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Amanda, The Advanced Maryland Automatic Network Disk Archiver
  * Copyright (c) 1991-1999 University of Maryland at College Park
+ * Copyright (c) 2007-2012 Zmanda, Inc.  All Rights Reserved.
  * All Rights Reserved.
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
@@ -41,6 +42,7 @@
 char * get_timestamp_from_time(time_t time);
 char * get_datestamp_from_time(time_t time);
 char * get_proper_stamp_from_time(time_t time);
+time_t get_time_from_timestamp(char *timestamp);
 
 typedef enum {
     TIME_STATE_REPLACE,