]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/bdb_get.c
Add Raw file save/restore
[bacula/bacula] / bacula / src / cats / bdb_get.c
index 60dc10c5c0a51e8878114ab2a397cfc02d4d56b2..dbd1953420572eea51f57413d8c0c4cebe0119f7 100644 (file)
@@ -17,7 +17,7 @@
  */
 
 /*
-   Copyright (C) 2001, 2002 Kern Sibbald and John Walker
+   Copyright (C) 2001-2003 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -500,8 +500,4 @@ int db_get_job_volume_parameters(B_DB *mdb, uint32_t JobId, VOL_PARAMS **VolPara
 int db_get_client_ids(B_DB *mdb, int *num_ids, uint32_t *ids[])
 { return 0; }
 
-
-int db_get_client_record(B_DB *mdb, CLIENT_DBR *cdbr)
-{ return 0; }
-
 #endif /* HAVE_BACULA_DB */