Removed som old code, more comments ...
FossilOrigin-Name: f7e91399da51dadbbb2565554a03af2d1b4623b79319a247f5a1f16de47d13c6
This commit is contained in:
@ -1,7 +1,12 @@
|
||||
#include "mbag.h"
|
||||
#include "capwap.h"
|
||||
#include "format.h"
|
||||
|
||||
/**
|
||||
* @file
|
||||
* @MBAG functions
|
||||
* @addtogroup MbagFunctions
|
||||
* @{
|
||||
*/
|
||||
|
||||
static int mbag_bstr16str(void *item,char *dst)
|
||||
{
|
||||
@ -47,9 +52,11 @@ const struct mbag_typedef mbag_type_byte = {
|
||||
"byte",NULL
|
||||
};
|
||||
|
||||
/*
|
||||
const struct mbag_typedef mbag_type_word = {
|
||||
"word",NULL
|
||||
};
|
||||
*/
|
||||
|
||||
const struct mbag_typedef mbag_type_dword = {
|
||||
"dword",NULL
|
||||
@ -214,3 +221,4 @@ struct mbag_item *strmbag_item_create(mbag_t s, char *name)
|
||||
|
||||
*/
|
||||
|
||||
/**@}*/
|
||||
|
Reference in New Issue
Block a user