add another registry rpc (opnum 0x14). Have no idea what it's real name
[Samba.git] / source / tests / shlib.c
blob761d9fd5c5740eb5c4d1a1c57918ad0a3940cca7
1 /* a trivial function used to test building shared libraries */
3 int foo(void)
5 return 1;