X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=version_info.h;h=4dfb74fab227e8d7f1561b7328c67171ab68d715;hb=872b573381d3b20e6a6c3e4a71d727d91548a4bd;hp=e581b67c19254c326bdbab1dd6845420e8c8c243;hpb=8cd389e16166fa4c075fbddfe69f26653a0169b3;p=metze%2Fwireshark%2Fwip.git diff --git a/version_info.h b/version_info.h index e581b67c19..4dfb74fab2 100644 --- a/version_info.h +++ b/version_info.h @@ -27,9 +27,8 @@ extern "C" { * * "append_info" is called at the end to append any additional * information after the standard library information. This is - * required in order to, for example, put the Portaudio information - * at the end of the string, as we currently don't use Portaudio in - * TShark. + * required in order to, for example, put Qt information at the + * end of the string, as we don't use Qt in TShark. */ GString *get_compiled_version_info(void (*prepend_info)(GString *), void (*append_info)(GString *)); @@ -40,8 +39,8 @@ GString *get_compiled_version_info(void (*prepend_info)(GString *), * * "additional_info" is called at the end to append any additional * information; this is required in order to, for example, put the - * Portaudio information at the end of the string, as we currently - * don't use Portaudio in TShark. + * libcap information at the end of the string, as we currently + * don't use libcap in TShark. */ GString *get_runtime_version_info(void (*additional_info)(GString *));