summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/ntapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/ntapi.h')
-rw-r--r--include/ntapi/ntapi.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/ntapi/ntapi.h b/include/ntapi/ntapi.h
index d122db5..ea4f4b9 100644
--- a/include/ntapi/ntapi.h
+++ b/include/ntapi/ntapi.h
@@ -42,7 +42,6 @@
#include "nt_daemon.h"
#include "nt_vfd.h"
#include "nt_tty.h"
-#include "nt_vmount.h"
#include "nt_hash.h"
#include "nt_debug.h"
@@ -571,19 +570,6 @@ typedef struct _ntapi_vtbl {
/* nt_statfs.h */
ntapi_tt_statfs * tt_statfs;
- /* nt_vmount.h */
- ntapi_vms_get_node_by_dev_name * vms_get_node_by_dev_name;
- ntapi_vms_get_node_by_end_component * vms_get_node_by_end_component;
- ntapi_vms_cache_alloc * vms_cache_alloc;
- ntapi_vms_cache_free * vms_cache_free;
- ntapi_vms_client_connect * vms_client_connect;
- ntapi_vms_client_disconnect * vms_client_disconnect;
- ntapi_vms_point_attach * vms_point_attach;
- ntapi_vms_point_get_handles * vms_point_get_handles;
- ntapi_vms_ref_count_inc * vms_ref_count_inc;
- ntapi_vms_ref_count_dec * vms_ref_count_dec;
- ntapi_vms_table_query * vms_table_query;
-
/* nt_debug.h */
ntapi_dbg_write * dbg_write;
ntapi_dbg_fn_call * dbg_fn_call;