diff options
author | Derrell Lipman <derrell@samba.org> | 2006-10-02 20:44:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:20:31 -0500 |
commit | a9430fb4eb0d874fad549a7a3b60316a3e19d2cd (patch) | |
tree | bf6edafb8a36de8e63b1af03296ace88bf5aeec2 /jsonrpc | |
parent | 882d352151bd05c37e18de8f8f619787f831a311 (diff) | |
download | samba-a9430fb4eb0d874fad549a7a3b60316a3e19d2cd.tar.gz samba-a9430fb4eb0d874fad549a7a3b60316a3e19d2cd.tar.bz2 samba-a9430fb4eb0d874fad549a7a3b60316a3e19d2cd.zip |
r19052: clarify what actually does what
(This used to be commit 0218a1798978f92491fbf88eaffbc3226b640b5e)
Diffstat (limited to 'jsonrpc')
-rw-r--r-- | jsonrpc/request.esp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jsonrpc/request.esp b/jsonrpc/request.esp index d58a00069c..984ee4663e 100644 --- a/jsonrpc/request.esp +++ b/jsonrpc/request.esp @@ -13,8 +13,10 @@ * This is a simple JSON-RPC server. */ -/* Bring in the date class */ +/* Bring in the json format/parse functions */ jsonrpc_include("json.esp"); + +/* Bring in the date class */ jsonrpc_include("jsondate.esp"); /* bring the string functions into the global frame */ |