diff options
author | Anders Broman <anders.broman@ericsson.com> | 2010-08-26 20:31:09 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2010-08-26 20:31:09 +0000 |
commit | d4e0b348cf6794a4337d917b339c4ac62abb5786 (patch) | |
tree | a18eb17af0e0705b45369bebb11a5b495e1073b4 /capture.h | |
parent | 6d5dfbffb30adc442c9e0d03a3b0db1af56d6827 (diff) | |
download | wireshark-d4e0b348cf6794a4337d917b339c4ac62abb5786.tar.gz wireshark-d4e0b348cf6794a4337d917b339c4ac62abb5786.tar.bz2 wireshark-d4e0b348cf6794a4337d917b339c4ac62abb5786.zip |
Doxygen fixes.
svn path=/trunk/; revision=33942
Diffstat (limited to 'capture.h')
-rw-r--r-- | capture.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ typedef struct if_stat_cache_s if_stat_cache_t; /** * Start gathering capture statistics for the interfaces specified. - * @param A GList of if_info_t items + * @param if_list A GList of if_info_t items * @return A pointer to the statistics state data. */ extern if_stat_cache_t * capture_stat_start(GList *if_list); |