1/*
2 * $Id: multicast.h,v 1.5 2009-10-14 01:38:28 didg Exp $
3 *
4 * Copyright (c) 1990,1997 Regents of The University of Michigan.
5 * All Rights Reserved. See COPYRIGHT.
6 */
7
8#ifndef ATALKD_MULTICAST_H
9#define ATALKD_MULTICAST_H 1
10
11#include <sys/cdefs.h>
12#include "zip.h"
13
14int addmulti (const char *, const unsigned char *);
15int zone_bcast (struct ziptab *);
16
17#endif /* atalkd/multicast.h */
18