From 9be27227a127ef858077d04e2226e39d57134e9d Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Wed, 6 Feb 2008 13:18:24 +0000 Subject: [PATCH] rename files. git-svn-id: file:///svn/unbound/trunk@925 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 2 ++ libunbound/{unbound.c => libunbound.c} | 2 +- libunbound/{worker.c => libworker.c} | 2 +- libunbound/{worker.h => libworker.h} | 0 util/fptr_wlist.c | 2 +- 5 files changed, 5 insertions(+), 3 deletions(-) rename libunbound/{unbound.c => libunbound.c} (99%) rename libunbound/{worker.c => libworker.c} (99%) rename libunbound/{worker.h => libworker.h} (100%) diff --git a/doc/Changelog b/doc/Changelog index a7d52bf0d..f64c7b54b 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -3,6 +3,8 @@ - fixup asynclook test for nothreading (it creates only one process to do the extended test). - changed name of ub_val_result_free to ub_val_resolve_free. + - removes warning message during library linking, renamed + libunbound/unbound.c -> libunbound.c and worker to libworker. 5 February 2008: Wouter - statistics-interval: seconds option added. diff --git a/libunbound/unbound.c b/libunbound/libunbound.c similarity index 99% rename from libunbound/unbound.c rename to libunbound/libunbound.c index 192cb8ba1..f1c025f7b 100644 --- a/libunbound/unbound.c +++ b/libunbound/libunbound.c @@ -45,7 +45,7 @@ #include "libunbound/unbound.h" #include "config.h" #include "libunbound/context.h" -#include "libunbound/worker.h" +#include "libunbound/libworker.h" #include "util/locks.h" #include "util/config_file.h" #include "util/alloc.h" diff --git a/libunbound/worker.c b/libunbound/libworker.c similarity index 99% rename from libunbound/worker.c rename to libunbound/libworker.c index 70ad68524..d17a61d28 100644 --- a/libunbound/worker.c +++ b/libunbound/libworker.c @@ -42,7 +42,7 @@ * returns from the procedure when done. */ #include "config.h" -#include "libunbound/worker.h" +#include "libunbound/libworker.h" #include "libunbound/context.h" #include "libunbound/unbound.h" #include "services/outside_network.h" diff --git a/libunbound/worker.h b/libunbound/libworker.h similarity index 100% rename from libunbound/worker.h rename to libunbound/libworker.h diff --git a/util/fptr_wlist.c b/util/fptr_wlist.c index 348dba612..36c7aa330 100644 --- a/util/fptr_wlist.c +++ b/util/fptr_wlist.c @@ -67,7 +67,7 @@ #include "util/locks.h" #include "testcode/checklocks.h" #include "daemon/acl_list.h" -#include "libunbound/worker.h" +#include "libunbound/libworker.h" #include "libunbound/context.h" int -- 2.47.2