Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/loc.h

    r12f9f0d0 rcce8a83  
    4040#include <bool.h>
    4141
    42 typedef void (*loc_cat_change_cb_t)(void);
    43 
    4442extern async_exch_t *loc_exchange_begin_blocking(loc_interface_t);
    4543extern async_exch_t *loc_exchange_begin(loc_interface_t);
     
    7573extern size_t loc_get_services(service_id_t, loc_sdesc_t **);
    7674extern int loc_get_categories(category_id_t **, size_t *);
    77 extern int loc_register_cat_change_cb(loc_cat_change_cb_t);
    7875
    7976
Note: See TracChangeset for help on using the changeset viewer.