add-volupdate-counter-20051015
[openafs.git] / src / libadmin / vos / afs_vosAdmin.h
index fe0a5c2..be051ef 100644 (file)
@@ -13,6 +13,7 @@
 #include <afs/param.h>
 #include <afs/afs_Admin.h>
 #include <sys/types.h>
+#include <afs/volint.h>
 #ifdef AFS_NT40_ENV
 #ifndef _MFC_VER
 #include <winsock2.h>
@@ -466,4 +467,17 @@ extern int ADMINAPI vos_VolumeQuotaChange(const void *cellHandle,
                                          unsigned int volumeQuota,
                                          afs_status_p st);
 
+extern int ADMINAPI vos_VolumeGet2(const void *cellHandle,
+                                 const void *serverHandle,
+                                 vos_MessageCallBack_t callBack,
+                                 unsigned int partition,
+                                 unsigned int volumeId,
+                                 volintInfo* pinfo, afs_status_p st);
+
+extern int ADMINAPI vos_ClearVolUpdateCounter(const void *cellHandle,
+                                 const void *serverHandle,
+                                 unsigned int partition,
+                                 unsigned int volumeId,
+                                 afs_status_p st);                               
+
 #endif /* OPENAFS_VOS_ADMIN_H */