Changeset 740 for vendor/current/source4/ntptr/ntptr_base.c
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified vendor/current/source4/ntptr/ntptr_base.c ¶
r414 r740 71 71 NTSTATUS ntptr_init(struct loadparm_context *lp_ctx) 72 72 { 73 extern NTSTATUS ntptr_simple_ldb_init(void); 73 #define _MODULE_PROTO(init) extern NTSTATUS init(void); 74 STATIC_ntptr_MODULES_PROTO; 74 75 init_module_fn static_init[] = { STATIC_ntptr_MODULES }; 75 76 init_module_fn *shared_init = load_samba_modules(NULL, lp_ctx, "ntptr");
Note:
See TracChangeset
for help on using the changeset viewer.