From 94a3f8fb64fa7bc28529eb3a3abd3f5b10f7854a Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Sat, 11 Jul 2009 18:07:20 +0100 Subject: [PATCH] Remove vlclient.h The vlcient.h header file just provides definitions for functions that are now protoyped elsewhere by rxgen. It is only referenced by vlclient.c which was already including the rxgen header. So, nuke vlcient.h, and references to it. Reviewed-on: http://gerrit.openafs.org/60 Reviewed-by: Derrick Brashear Verified-by: Derrick Brashear --- src/vlserver/Makefile.in | 2 +- src/vlserver/vlclient.c | 1 - src/vlserver/vlclient.h | 26 -------------------------- 3 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 src/vlserver/vlclient.h diff --git a/src/vlserver/Makefile.in b/src/vlserver/Makefile.in index be4eb0b..be4a15f 100644 --- a/src/vlserver/Makefile.in +++ b/src/vlserver/Makefile.in @@ -19,7 +19,7 @@ INCLS=${TOP_INCDIR}/ubik.h \ ${TOP_INCDIR}/rx/xdr.h \ ${TOP_INCDIR}/afs/keys.h \ ${TOP_INCDIR}/afs/cellconfig.h \ - vlserver.h vlclient.h vldbint.h + vlserver.h vldbint.h LIBS=\ ${TOP_LIBDIR}/libubik.a \ diff --git a/src/vlserver/vlclient.c b/src/vlserver/vlclient.c index 7dcfbac..a3f5d07 100644 --- a/src/vlserver/vlclient.c +++ b/src/vlserver/vlclient.c @@ -49,7 +49,6 @@ #include #include #include "vlserver.h" -#include "vlclient.h" void fill_listattributes_entry(struct VldbListByAttributes *, char **, int); void display_listattributes_entry(struct VldbListByAttributes *,int); diff --git a/src/vlserver/vlclient.h b/src/vlserver/vlclient.h deleted file mode 100644 index 99e7a09..0000000 --- a/src/vlserver/vlclient.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright 2000, International Business Machines Corporation and others. - * All Rights Reserved. - * - * This software has been released under the terms of the IBM Public - * License. For details, see the LICENSE file in the top-level source - * directory or online at http://www.openafs.org/dl/license10.html - */ - -extern int VL_CreateEntry(); -extern int VL_DeleteEntry(); -extern int VL_GetEntryByID(); -extern int VL_GetEntryByNameO(); -extern int VL_GetNewVolumeId(); -extern int VL_ReplaceEntry(); -extern int VL_UpdateEntry(); -extern int VL_SetLock(); -extern int VL_ReleaseLock(); -extern int VL_ListEntry(); -extern int VL_ListAttributes(); -extern int VL_ListAttributesN2(); -extern int VL_LinkedList(); -extern int VL_LinkedListN(); -extern int VL_GetStats(); -extern int VL_GetAddrs(); -extern int VL_ChangeAddr(); -- 1.9.4