pike.git/
src/
modules/
Yp/
yp.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-12-08
2001-12-08 01:52:34 by Martin Nilsson <mani@lysator.liu.se>
d579c81cc46865aef1cca68ef75d882b1b74cb84 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added autodoc
Rev: src/modules/Yp/yp.c:1.23
Rev: src/modules/_Roxen/roxen.c:1.25
31:
/* must be included last */ #include "module_magic.h"
-
RCSID("$Id: yp.c,v 1.
22
2001/
01
/
05
13
:
50
:
56
grubba
Exp $");
+
RCSID("$Id: yp.c,v 1.
23
2001/
12
/
08
01
:
52
:
34
nilsson
Exp $");
#ifdef HAVE_YPERR_STRING #define YPERROR(fun,err) do{ if(err) Pike_error("yp->%s(): %s\n", (fun), \
96:
} /*! @decl void create(string|void domain)
+
*! @decl void bind(string domain)
*! *! If @[domain] is not specified , the default domain will be used. *! (As returned by @[Yp.default_yp_domain()]).