X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Feui64.h;h=c48d689eda7b0dcf40df2e0bd83c7199d66705b0;hp=0f6b6fd46647aa05ab2b6b6e35fd823bc77ef91a;hb=75870d7b55e36af526a0786fff94912989c73fd1;hpb=505ec5cbd15ec23ed84282462ae9e451a1978133 diff --git a/pppd/eui64.h b/pppd/eui64.h index 0f6b6fd..c48d689 100644 --- a/pppd/eui64.h +++ b/pppd/eui64.h @@ -32,8 +32,7 @@ * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: eui64.h,v 1.6 2002/12/04 23:03:32 paulus Exp $ -*/ + */ #ifndef __EUI64_H__ #define __EUI64_H__ @@ -108,7 +107,7 @@ typedef union } while (0) #define eui64_setlo32(e, l) eui64_set32(e, l) -char *eui64_ntoa __P((eui64_t)); /* Returns ascii representation of id */ +char *eui64_ntoa(eui64_t); /* Returns ascii representation of id */ #endif /* __EUI64_H__ */