~ubuntu-branches/ubuntu/precise/netatalk/precise

« back to all changes in this revision

Viewing changes to etc/atalkd/multicast.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Rittau
  • Date: 2004-01-19 12:43:49 UTC
  • Revision ID: james.westby@ubuntu.com-20040119124349-es563jbp0hk0ae51
Tags: upstream-1.6.4
ImportĀ upstreamĀ versionĀ 1.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * $Id: multicast.h,v 1.2 2001/06/25 20:13:45 rufustfirefly 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
 
 
14
extern unsigned char    ethermultitab[ 253 ][ 6 ];
 
15
extern unsigned char    tokenmultitab[ 19 ][ 6 ];
 
16
extern unsigned char    ethermulti[ 6 ];
 
17
 
 
18
int addmulti __P((const char *, const unsigned char *));
 
19
int zone_bcast __P((struct ziptab *));
 
20
 
 
21
#endif /* atalkd/multicast.h */