mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
FS-3110 --comment-only phase 1 to replace udns with ldns in mod_enum may need to rerun bootstrap
This commit is contained in:
16
libs/ldns/examples/ldns-version.c
Normal file
16
libs/ldns/examples/ldns-version.c
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* ldns-version shows ldns's version
|
||||
*
|
||||
* (c) NLnet Labs, 2005 - 2008
|
||||
* See the file LICENSE for the license
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <ldns/ldns.h>
|
||||
|
||||
int
|
||||
main(void)
|
||||
{
|
||||
printf("%s\n", ldns_version());
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user