1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

Correct netapi header filename. Thanks Jeremy.

Guenther
(This used to be commit f192737ec8)
This commit is contained in:
Günther Deschner
2007-12-22 00:02:45 +01:00
parent 2fc5eb7916
commit 86dfb55ffb
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
#include <stdlib.h>
#include <string.h>
#include <libnetapi.h>
#include <netapi.h>
int main(int argc, char **argv)
{

View File

@ -28,7 +28,7 @@
#include <gtk/gtk.h>
#include <glib/gprintf.h>
#include <libnetapi.h>
#include <netapi.h>
#define MAX_CRED_LEN 256
#define MAX_NETBIOS_NAME_LEN 15

View File

@ -23,7 +23,7 @@
#include <stdlib.h>
#include <string.h>
#include <libnetapi.h>
#include <netapi.h>
char *get_string_param(const char *param)
{