s3:smbd: pass smbXsrv_session instead of user_struct to session_claim() and session_y...
[Samba/gbeck.git] / tests / shlib.c
blobeddb76ff2a27ba20b472b44028f978ec6992895f
1 /* a trivial function used to test building shared libraries */
3 int foo(void);
5 int foo(void)
7 return 1;