Ignore:
Timestamp:
2018-01-31T02:21:24Z (8 years ago)
Author:
Jenda <jenda.jzqk73@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a0a9cc2
Parents:
132ab5d1
Message:

Merge commit '50f19b7ee8e94570b5c63896736c4eb49cfa18db' into forwardport

Not all ints are converted to errno_t in xhci tree yet, however it compiles and works :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ieee80211/include/ieee80211_iface_impl.h

    r132ab5d1 r5a6cc679  
    4343#include "ieee80211.h"
    4444
    45 extern int ieee80211_get_scan_results_impl(ddf_fun_t *,
     45extern errno_t ieee80211_get_scan_results_impl(ddf_fun_t *,
    4646    ieee80211_scan_results_t *, bool);
    47 extern int ieee80211_connect_impl(ddf_fun_t *, char *, char *);
    48 extern int ieee80211_disconnect_impl(ddf_fun_t *);
     47extern errno_t ieee80211_connect_impl(ddf_fun_t *, char *, char *);
     48extern errno_t ieee80211_disconnect_impl(ddf_fun_t *);
    4949
    5050#endif  /* LIB_IEEE80211_IFACE_IMPL_H */
Note: See TracChangeset for help on using the changeset viewer.