Displaying 1 result from an estimated 1 matches for "pworkgroup".
Did you mean:
workgroup
2007 May 10
2
programming libsmbclient
...ude <sys/types.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <time.h>
#include <errno.h>
#include <libsmbclient.h>
static void
get_auth_data_fn(const char * pServer,
const char * pShare,
char * pWorkgroup,
int maxLenWorkgroup,
char * pUsername,
int maxLenUsername,
char * pPassword,
int maxLenPassword)
{
sprintf( pWorkgroup, "%s", "WG" );
sprintf( pUsername, "%s", "test"...