summaryrefslogtreecommitdiff
path: root/toxav/bwcontroller.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-09-09 19:54:05 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-09-14 19:09:10 +0000
commit49bb43f6626b927b978eac765609844294523cad (patch)
tree8a56916651f51c63489cd1427e6fba2b6a19cbdb /toxav/bwcontroller.h
parent7821cd84121ac8a4de5c70ab46d36bcbb881bb43 (diff)
Standardise header guards.
Using the full path including the repo name.
Diffstat (limited to 'toxav/bwcontroller.h')
-rw-r--r--toxav/bwcontroller.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/toxav/bwcontroller.h b/toxav/bwcontroller.h
index 00342d97..c54cc5a6 100644
--- a/toxav/bwcontroller.h
+++ b/toxav/bwcontroller.h
@@ -17,8 +17,8 @@
17 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>. 18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
19 */ 19 */
20#ifndef BWCONROLLER_H 20#ifndef C_TOXCORE_TOXAV_BWCONTROLLER_H
21#define BWCONROLLER_H 21#define C_TOXCORE_TOXAV_BWCONTROLLER_H
22 22
23#include "../toxcore/Messenger.h" 23#include "../toxcore/Messenger.h"
24 24
@@ -33,4 +33,4 @@ void bwc_kill(BWController *bwc);
33void bwc_add_lost(BWController *bwc, uint32_t bytes_lost); 33void bwc_add_lost(BWController *bwc, uint32_t bytes_lost);
34void bwc_add_recv(BWController *bwc, uint32_t recv_bytes); 34void bwc_add_recv(BWController *bwc, uint32_t recv_bytes);
35 35
36#endif /* BWCONROLLER_H */ 36#endif // C_TOXCORE_TOXAV_BWCONTROLLER_H