summaryrefslogtreecommitdiff
path: root/cesar/cp/eoc/sta/action/stub/src/assoc.c
blob: 34c1b5ef5a18029b975d29260772d4d98c9ba8bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Cesar project {{{
 *
 * Copyright (C) 2012 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    cp/eoc/sta/action/stub/src/assoc.c
 * \brief   « brief description »
 * \ingroup cp_eoc_sta_action_stub
 *
 * « long description »
 */
#include "common/std.h"
#include "cp/cp.h"

void
cp_eoc_sta_action_assoc__start_retry_timer (cp_t *ctx) __attribute__((weak));
void
cp_eoc_sta_action_assoc__start_retry_timer (cp_t *ctx) {}