1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-16 20:23:50 +03:00
Files
samba-mirror/source/scripting/libjs/upgrade.js
2007-10-10 13:34:53 -05:00

14 lines
175 B
JavaScript

/*
backend code for upgrading from Samba3
Copyright Jelmer Vernooij 2005
Released under the GNU GPL v2 or later
*/
libinclude("base.js");
function foo()
{
return 0;
}