lintian doesn't like orphan packages with uploaders...
[debian/amanda] / common-src / clock.h
index 0f7ce1eb1a7c43242edb9a43527d3ac994a1b9b5..0a6617043f8cf108d7fb44c8d1b77ea0b8605c8c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Amanda, The Advanced Maryland Automatic Network Disk Archiver
  * Copyright (c) 1991-1998 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
@@ -36,8 +37,6 @@
 
 typedef GTimeVal times_t;
 
-extern times_t times_zero, start_time;
-
 /* NOT THREAD SAFE */
 void startclock(void);
 times_t stopclock(void);