From ea18976f5f436adcbb74e28c37a8101e5ede9855 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 9 Jan 2017 08:42:04 +0100 Subject: [PATCH] rename new core API implementation to name of standard implementation --- src/core/Makefile.am | 2 +- src/core/{core_api_2.c => core_api.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/core/{core_api_2.c => core_api.c} (100%) diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 208e83768..ed80bae73 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -22,7 +22,7 @@ lib_LTLIBRARIES = \ libgnunetcore.la libgnunetcore_la_SOURCES = \ - core_api_2.c core.h \ + core_api.c core.h \ core_api_monitor_peers.c libgnunetcore_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ diff --git a/src/core/core_api_2.c b/src/core/core_api.c similarity index 100% rename from src/core/core_api_2.c rename to src/core/core_api.c -- 2.25.1