X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=etc%2Fafpd%2Fafp_asp.c;h=c6517b14748266667ac52eacc799c7411c7e9bca;hp=c167e53611a723177c995262d06a0a76c8d65803;hb=9d78f9b52ea18b442fc91c6a1e8d8b607f2f90e8;hpb=c78b39f491fcb71c19f3510da169e7b3790f649c diff --git a/etc/afpd/afp_asp.c b/etc/afpd/afp_asp.c index c167e536..c6517b14 100644 --- a/etc/afpd/afp_asp.c +++ b/etc/afpd/afp_asp.c @@ -1,5 +1,5 @@ /* - * $Id: afp_asp.c,v 1.18.6.6.2.1 2005-09-27 10:40:40 didg Exp $ + * $Id: afp_asp.c,v 1.18.6.6.2.2 2008-11-25 15:16:31 didg Exp $ * * Copyright (c) 1997 Adrian Sun (asun@zoology.washington.edu) * Copyright (c) 1990,1993 Regents of The University of Michigan. @@ -47,9 +47,9 @@ extern struct oforks *writtenfork; static AFPObj *child; -static __inline__ void afp_authprint_remove(AFPObj *); +static void afp_authprint_remove(AFPObj *); -static __inline__ void afp_asp_close(AFPObj *obj) +static void afp_asp_close(AFPObj *obj) { ASP asp = obj->handle; @@ -65,7 +65,7 @@ static __inline__ void afp_asp_close(AFPObj *obj) } /* removes the authprint trailing when appropriate */ -static __inline__ void afp_authprint_remove(AFPObj *obj) +static void afp_authprint_remove(AFPObj *obj) { ASP asp = obj->handle; char addr_filename[256];