netatalk  4.4.0dev
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
multicast.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 1990,1997 Regents of The University of Michigan.
3 * All Rights Reserved. See COPYRIGHT.
4 */
5
6#ifndef ATALKD_MULTICAST_H
7#define ATALKD_MULTICAST_H 1
8
9#include <sys/types.h>
10#include "zip.h"
11
12int addmulti(const char *, const unsigned char *);
13int zone_bcast(struct ziptab *);
14
15#endif /* atalkd/multicast.h */
int zone_bcast(struct ziptab *)
Definition multicast.c:336
int addmulti(const char *, const unsigned char *)
Definition multicast.c:293
Definition etc/atalkd/zip.h:11