Ignore:
Timestamp:
2015-04-23T23:40:14Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dcba819
Parents:
09044cb
Message:

pre-merge coding style cleanup and code review

File:
1 edited

Legend:

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

    r09044cb r8a64320e  
    2727 */
    2828
    29 /** 
     29/**
    3030 * @addtogroup libieee80211
    3131 * @{
     
    3333
    3434/** @file ieee80211_iface_impl.h
    35  * 
     35 *
    3636 * IEEE 802.11 default interface functions definition.
    3737 */
    3838
    3939#ifndef LIB_IEEE80211_IFACE_IMPL_H
    40 #define LIB_IEEE80211_IFACE_IMPL_H
     40#define LIB_IEEE80211_IFACE_IMPL_H
    4141
    4242#include <ddf/driver.h>
    43 
    4443#include "ieee80211.h"
    4544
    46 extern int ieee80211_get_scan_results_impl(ddf_fun_t *fun,
    47         ieee80211_scan_results_t *results, bool now);
    48 extern int ieee80211_connect_impl(ddf_fun_t *fun, char *ssid_start,
    49         char *password);
    50 extern int ieee80211_disconnect_impl(ddf_fun_t *fun);
     45extern int ieee80211_get_scan_results_impl(ddf_fun_t *,
     46    ieee80211_scan_results_t *, bool);
     47extern int ieee80211_connect_impl(ddf_fun_t *, char *, char *);
     48extern int ieee80211_disconnect_impl(ddf_fun_t *);
    5149
    52 #endif  /* LIB_IEEE80211_IFACE_IMPL_H */
     50#endif  /* LIB_IEEE80211_IFACE_IMPL_H */
    5351
    5452/** @}
Note: See TracChangeset for help on using the changeset viewer.