${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 \
#include <lock.h>
#include <ubik.h>
#include "vlserver.h"
-#include "vlclient.h"
void fill_listattributes_entry(struct VldbListByAttributes *, char **, int);
void display_listattributes_entry(struct VldbListByAttributes *,int);
+++ /dev/null
-/*
- * 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();