X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=net%2Frose%2Frose_subr.c;h=e2cd9d8c9b5b8cacae051d98f2d3443d6fdd21a5;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=4c3f3c7f08a888faa2fad5fc37e310901023eae4;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/net/rose/rose_subr.c b/net/rose/rose_subr.c index 4c3f3c7f0..e2cd9d8c9 100644 --- a/net/rose/rose_subr.c +++ b/net/rose/rose_subr.c @@ -28,6 +28,8 @@ #include #include +static int rose_create_facilities(unsigned char *buffer, rose_cb *rose); + /* * This routine purges all of the queues of frames. */ @@ -394,7 +396,7 @@ int rose_parse_facilities(unsigned char *p, return 1; } -int rose_create_facilities(unsigned char *buffer, rose_cb *rose) +static int rose_create_facilities(unsigned char *buffer, rose_cb *rose) { unsigned char *p = buffer + 1; char *callsign;