diff options
author | Andrew Tridgell <tridge@samba.org> | 1996-06-06 00:29:22 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1996-06-06 00:29:22 +0000 |
commit | 07288091c322fdb9f63889e84cfc57fa6cb5f613 (patch) | |
tree | 02b1e89cec21a863d131b878496e6607f3494fe5 /source/include/proto.h | |
parent | 60a8a9c006f16186320fb13109128db35595523c (diff) | |
download | samba-07288091c322fdb9f63889e84cfc57fa6cb5f613.tar.gz samba-07288091c322fdb9f63889e84cfc57fa6cb5f613.tar.xz samba-07288091c322fdb9f63889e84cfc57fa6cb5f613.zip |
fix a bug that meant alpha6 couldn't compile.
Diffstat (limited to 'source/include/proto.h')
-rw-r--r-- | source/include/proto.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index a3f522b2740..8b39c4437b6 100644 --- a/source/include/proto.h +++ b/source/include/proto.h @@ -111,6 +111,7 @@ struct work_record *remove_workgroup(struct domain_record *d, void expire_browse_cache(time_t t); struct work_record *find_workgroupstruct(struct domain_record *d, fstring name, BOOL add); struct domain_record *find_domain(struct in_addr source_ip); +void dump_workgroups(void); struct domain_record *add_domain_entry(struct in_addr source_ip, struct in_addr source_mask, char *name, BOOL add); @@ -142,7 +143,8 @@ void reply_netbios_packet(struct packet_struct *p1,int trn_id,int rcode,int opco struct nmb_name *rr_name,int rr_type,int rr_class,int ttl, char *data,int len); uint16 initiate_netbios_packet(int fd,int quest_type,char *name,int name_type, - int nb_flags,BOOL bcast,BOOL recurse,struct in_addr to_ip); + int nb_flags,BOOL bcast,BOOL recurse, + struct in_addr to_ip); void queue_netbios_pkt_wins(int fd,int quest_type,enum cmd_type cmd, char *name,int name_type,int nb_flags, BOOL bcast,BOOL recurse,struct in_addr to_ip); |