Changeset 957 for trunk/src


Ignore:
Timestamp:
05/25/07 12:18:16 (5 years ago)
Author:
aj
Message:

add static in both places.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ifd/ria-server.c

    r951 r957  
    4949static ria_peer_t *ria_peer_new(ct_socket_t *); 
    5050static void ria_peer_free(ria_peer_t *, int); 
    51 ria_peer_t *ria_find_device(const char *, size_t); 
     51static ria_peer_t *ria_find_device(const char *, size_t); 
    5252static void ria_svc_link(ria_peer_t *); 
    5353static void ria_svc_unlink(ria_peer_t *); 
Note: See TracChangeset for help on using the changeset viewer.