X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Fax25.h;h=364b046e9f478b545316236d592bf29039c3fad2;hb=db400b3c4ee89d384d9163836a55577abdae772d;hp=926eed543023906328aa7a95908d9e54039bfc2c;hpb=a8e4f435d9ea38bfe9171d7458b2057d440825b1;p=linux-2.6 diff --git a/include/net/ax25.h b/include/net/ax25.h index 926eed5430..364b046e9f 100644 --- a/include/net/ax25.h +++ b/include/net/ax25.h @@ -257,7 +257,7 @@ extern struct sock *ax25_make_new(struct sock *, struct ax25_dev *); /* ax25_addr.c */ extern ax25_address null_ax25_address; -extern char *ax2asc(ax25_address *); +extern char *ax2asc(char *buf, ax25_address *); extern ax25_address *asc2ax(char *); extern int ax25cmp(ax25_address *, ax25_address *); extern int ax25digicmp(ax25_digi *, ax25_digi *);