aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-07-15 02:07:16 +0000
committerGuy Harris <guy@alum.mit.edu>2010-07-15 02:07:16 +0000
commitcc3540b0fbdd25619087c52c6e026827b9911347 (patch)
tree57a489332b4e4693a73fa7de09672b2b5f178b14 /version_info.h
parente10147fb73f29185353af69bf969fbfe7634198c (diff)
Move the code to get version information for libraries used by
libwireshark into libwireshark, and call it only in programs linked with libwireshark. That way, programs that don't link with libwireshark don't have to link with libgcrypt or libgnutls solely so that they can say that they're linked with a particular version of libgcrypt or libgnutls. Don't link dumpcap with libgcrypt or libgnutls any more. svn path=/trunk/; revision=33531
Diffstat (limited to 'version_info.h')
-rw-r--r--version_info.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/version_info.h b/version_info.h
index d002b7805d..71638f98d1 100644
--- a/version_info.h
+++ b/version_info.h
@@ -48,12 +48,6 @@ void get_compiled_version_info(GString *str,
void (*additional_info)(GString *));
/*
- * Get compile-time information used only by applications that use
- * libwireshark.
- */
-void get_epan_compiled_version_info(GString *str);
-
-/*
* Get various library run-time versions, and the OS version, and append
* them to the specified GString.
*/