blob: 896bcbcce332c9d9d442f9cb58664e3122f38b88 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* packet-nlm.h (c) 1999 Uwe Girlich */
/* $Id: packet-nlm.h,v 1.1 1999/11/15 14:17:19 nneul Exp $ */
#ifndef __PACKET_NLM_H__
#define __PACKET_NLM_H__
#define NLM_PROGRAM 100021
#endif /* packet-nlm.h */
|