[Linux-decnet-commit] CVS: dnprogs/include/netdnet dnetdb.h, 1.8, 1.9
Brought to you by:
chrissie_c,
ph3-der-loewe
|
From: ph3-der-loewe <ph3...@us...> - 2010-08-05 12:39:26
|
Update of /cvsroot/linux-decnet/dnprogs/include/netdnet In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18541/netdnet Modified Files: dnetdb.h Log Message: added prototype for dnet_priv_check() Index: dnetdb.h =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/include/netdnet/dnetdb.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** dnetdb.h 4 Oct 2008 23:40:35 -0000 1.8 --- dnetdb.h 5 Aug 2010 12:39:16 -0000 1.9 *************** *** 56,59 **** --- 56,62 ---- #define DNETLOG(x) dnetlog x + int dnet_priv_check(const char * file, const char * proc, + const struct sockaddr_dn * local, const struct sockaddr_dn * remote); + /* Used by dnet_ntop/dnet_pton */ #define DNET_ADDRSTRLEN 8 |