Skip to content

Commit

Permalink
Seems to still work, and shuts doxygen up
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Oct 22, 2014
1 parent d16c325 commit c4bf07a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/modules/rlm_couchbase/mod.c
Expand Up @@ -521,8 +521,8 @@ int mod_ensure_start_timestamp(json_object *json, VALUE_PAIR *vps)
* @param json JSON object representation of a client document fetched from Couchbase.
* @return Returns 0 on success, -1 on error.
*/
static CC_HINT(nonnull) int _mod_client_map_section(CONF_SECTION *client, CONF_SECTION const *map,
json_object *json, char const *docid)
CC_HINT(nonnull) static int _mod_client_map_section(CONF_SECTION *client, CONF_SECTION const *map,
json_object *json, char const *docid)
{
CONF_ITEM const *ci;

Expand Down
2 changes: 1 addition & 1 deletion src/modules/rlm_couchbase/rlm_couchbase.c
Expand Up @@ -278,7 +278,7 @@ static rlm_rcode_t CC_HINT(nonnull) mod_authorize(void *instance, REQUEST *reque
* @param request The accounting request object.
* @return Returns operation status (@p rlm_rcode_t).
*/
static rlm_rcode_t CC_HINT(nonnull) mod_accounting(void *instance, REQUEST *request) {
CC_HINT(nonnull) static rlm_rcode_t mod_accounting(void *instance, REQUEST *request) {
rlm_couchbase_t *inst = instance; /* our module instance */
void *handle = NULL; /* connection pool handle */
VALUE_PAIR *vp; /* radius value pair linked list */
Expand Down

0 comments on commit c4bf07a

Please sign in to comment.