Changeset 260

Show
Ignore:
Timestamp:
04/05/11 16:09:17 (14 months ago)
Author:
marek
Message:

ap51-flash-ng: make raw_socket static as it is not used anywhere else

Reported-by: ambarisha b <b.ambarisha@…>
Signed-off-by: Marek Lindner <lindner_marek@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ap51-flash-ng/socket.c

    r258 r260  
    4242}; 
    4343 
     44static int raw_sock = -1; 
     45 
    4446static int socket_get_all_ifaces(struct resp **resp, unsigned int *len) 
    4547{ 
     
    113115        return ret; 
    114116} 
    115  
    116 #endif 
    117  
    118 int raw_sock = -1; 
     117#endif 
    119118 
    120119char *socket_find_iface_by_index(char *iface_number)