summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-03-23 19:01:27 +0000
committerJeremy Allison <jra@samba.org>2001-03-23 19:01:27 +0000
commit2f658691e47406f38bec2fc20951f82043fbf894 (patch)
tree2126a21715f31ad077712e9b503ce8a418e64a7c /source/include
parent1391aa6a6fbe8391a4421f5770da40556f011bb8 (diff)
downloadsamba-2f658691e47406f38bec2fc20951f82043fbf894.tar.gz
samba-2f658691e47406f38bec2fc20951f82043fbf894.tar.xz
samba-2f658691e47406f38bec2fc20951f82043fbf894.zip
Fix insure-found parameter size missmatch.
Jeremy.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index 9d7ec27f95a..4fb816d70d4 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -1519,7 +1519,7 @@ void wins_write_database(BOOL background);
struct work_record *find_workgroup_on_subnet(struct subnet_record *subrec,
const char *name);
struct work_record *create_workgroup_on_subnet(struct subnet_record *subrec,
- fstring name, int ttl);
+ const char *name, int ttl);
void update_workgroup_ttl(struct work_record *work, int ttl);
void initiate_myworkgroup_startup(struct subnet_record *subrec, struct work_record *work);
void dump_workgroups(BOOL force_write);