blob: 604bbac2c0257585e76f58f93a0ee9d00a5c6197 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
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;
}
|