diff options
author | Rafal Szczesniak <mimir@samba.org> | 2007-01-14 20:47:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:40:54 -0500 |
commit | 79cd3ada824c99cb4a2d62c1d41cd58142548bc6 (patch) | |
tree | fad7d8a44491ad011bad4f23ac6dcae874eab983 /source4/scripting/ejs/ejsnet.h | |
parent | a6f6530c386713c8d81a69fde4e6e32cc5385de9 (diff) | |
download | samba-79cd3ada824c99cb4a2d62c1d41cd58142548bc6.tar.gz samba-79cd3ada824c99cb4a2d62c1d41cd58142548bc6.tar.xz samba-79cd3ada824c99cb4a2d62c1d41cd58142548bc6.zip |
r20783: Ejsnet files are now moved into a separate directory. I need to commit
this as the change is getting bigger and bigger.
Jelmer, Metze, I don't know enough of our build system so please check
if .mk files are ok.
rafal
(This used to be commit 77ede0656c0b17a84ee8550776ab158007f0e71f)
Diffstat (limited to 'source4/scripting/ejs/ejsnet.h')
-rw-r--r-- | source4/scripting/ejs/ejsnet.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/source4/scripting/ejs/ejsnet.h b/source4/scripting/ejs/ejsnet.h deleted file mode 100644 index 7d4bc32753..0000000000 --- a/source4/scripting/ejs/ejsnet.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - Unix SMB/CIFS implementation. - - provide interfaces to libnet calls from ejs scripts - - Copyright (C) Rafal Szczesniak 2005 - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -#include "lib/appweb/ejs/ejs.h" - - -void ejsnet_setup(void); |