X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Ftimestamp.h;h=5985e995e91dde879a45d815861880f6b74e2e33;hb=HEAD;hp=81a3b9e5a830bd4523e7336357a91952e2cef8f9;hpb=94a044f90357edefa6f4ae9f0b1d5885b0e34aee;p=debian%2Famanda diff --git a/common-src/timestamp.h b/common-src/timestamp.h index 81a3b9e..5985e99 100644 --- a/common-src/timestamp.h +++ b/common-src/timestamp.h @@ -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,