diff options
author | Anders Broman <anders.broman@ericsson.com> | 2012-02-20 21:17:43 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2012-02-20 21:17:43 +0000 |
commit | 29a14da1887360fedb12be48d4eca3aa265742f8 (patch) | |
tree | 42225066d54879665a1a5926efb2182cd253be49 /version_info.h | |
parent | b3e893b1d1ef52de4ace0d460066adbd1dee55fb (diff) | |
download | wireshark-29a14da1887360fedb12be48d4eca3aa265742f8.tar.gz wireshark-29a14da1887360fedb12be48d4eca3aa265742f8.tar.bz2 wireshark-29a14da1887360fedb12be48d4eca3aa265742f8.zip |
Jose Pedro Oliveira: get_os_version_info() is more apropriate for shb_os
svn path=/trunk/; revision=41086
Diffstat (limited to 'version_info.h')
-rw-r--r-- | version_info.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/version_info.h b/version_info.h index 0d85d17a5b..31548ef647 100644 --- a/version_info.h +++ b/version_info.h @@ -52,6 +52,11 @@ void get_compiled_version_info(GString *str, void (*append_info)(GString *)); /* + * Get the OS version, and append it to the GString + */ +void get_os_version_info(GString *str); + +/* * Get various library run-time versions, and the OS version, and append * them to the specified GString. */ |