r7456: Add a simple type that represents a pointer. The ejs people may ask us
authorTim Potter <tpot@samba.org>
Fri, 10 Jun 2005 07:58:45 +0000 (07:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:54 +0000 (13:17 -0500)
commita9258487043eb4862769ee8da02b3810db925295
tree73c127469f8b162377ce695624b77b57b133d610
parent302b4db004c51700dac7714d88ca27cdafe9612f
r7456: Add a simple type that represents a pointer.  The ejs people may ask us
to change this later but that will be pretty easy.

We can use this type to pass around pointers to handles in C.  Talloc
allows us to do type checking too.
(This used to be commit b95c0bc9b0a18aeaa89f704e37669f01df2c2ad0)
source4/lib/ejs/ejsParser.c
source4/lib/ejs/ejsProcs.c
source4/lib/ejs/var.c
source4/lib/ejs/var.h