1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-29 04:23:51 +03:00

r14567: Make some more functions public.

This commit is contained in:
Jelmer Vernooij
2006-03-19 17:51:15 +00:00
committed by Gerald (Jerry) Carter
parent 1ba4245fcb
commit 8e84e6cb6b
10 changed files with 19 additions and 18 deletions

View File

@@ -26,7 +26,7 @@
/*
setup the events for the chosen process model
*/
const struct model_ops *process_model_startup(struct event_context *ev, const char *model)
_PUBLIC_ const struct model_ops *process_model_startup(struct event_context *ev, const char *model)
{
const struct model_ops *ops;
@@ -53,7 +53,7 @@ static int num_models;
The 'name' can be later used by other backends to find the operations
structure for this backend.
*/
NTSTATUS register_process_model(const void *_ops)
_PUBLIC_ NTSTATUS register_process_model(const void *_ops)
{
const struct model_ops *ops = _ops;