Imported Upstream version 3.3.3
[debian/amanda] / client-src / findpass.h
index 26966993b9935a2e0ff3e2424d9889b4d1be4789..367e4fd69b7f7787ceee108bb86e393c84d55a42 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
@@ -24,7 +25,7 @@
  * file named AUTHORS, in the root directory of this distribution.
  */
 /*
- * $Id: findpass.h,v 1.6 2001/08/01 22:37:32 jrjackson Exp $
+ * $Id: findpass.h,v 1.7 2006/05/25 01:47:11 johnfranks Exp $
  *
  * interface to findpass module
  */
@@ -33,8 +34,8 @@
 
 #include "amanda.h"
 
-extern char *findpass P((char *disk, char **domain));
-extern char *makesharename P((char *disk, int shell));
-void parsesharename P((char *disk, char **share, char **subdir));
+extern char *findpass(char *disk, char **domain);
+extern char *makesharename(char *disk, int shell);
+void parsesharename(char *disk, char **share, char **subdir);
 
 #endif