Skip to content

Commit

Permalink
Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Mar 21, 2014
1 parent e76c88b commit 55f1664
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/map.c
Expand Up @@ -144,6 +144,9 @@ value_pair_tmpl_t *radius_attr2tmpl(TALLOC_CTX *ctx, char const *name,
* @param[in] ctx for talloc
* @param[in] name string to convert.
* @param[in] type Type of quoting around value.
* @param[in] request_def The default request to insert unqualified
* attributes into.
* @param[in] list_def The default list to insert unqualified attributes into.
* @return pointer to new VPT.
*/
value_pair_tmpl_t *radius_str2tmpl(TALLOC_CTX *ctx, char const *name, FR_TOKEN type,
Expand Down
1 change: 1 addition & 0 deletions src/main/valuepair.c
Expand Up @@ -1363,6 +1363,7 @@ int radius_map2vp(VALUE_PAIR **out, REQUEST *request, value_pair_map_t const *ma
* Takes a valuepair string with list and request qualifiers, converts it into a
* value_pair_map_t and inserts it into the appropriate list.
*
* @param out Where to write the new map (must be freed with talloc_free()).
* @param request Current request.
* @param raw string to parse.
* @param dst_request_def to use if attribute isn't qualified.
Expand Down

0 comments on commit 55f1664

Please sign in to comment.