aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-09 08:42:04 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-09 21:17:36 +0100
commitea18976f5f436adcbb74e28c37a8101e5ede9855 (patch)
tree2b2e688cecd4bcf4341c374e676f64864a1940bb /src/core
parent2f45a7c9691aa2670c8902618be5e8011428f0af (diff)
downloadgnunet-ea18976f5f436adcbb74e28c37a8101e5ede9855.tar.gz
gnunet-ea18976f5f436adcbb74e28c37a8101e5ede9855.zip
rename new core API implementation to name of standard implementation
Diffstat (limited to 'src/core')
-rw-r--r--src/core/Makefile.am2
-rw-r--r--src/core/core_api.c (renamed from src/core/core_api_2.c)0
2 files changed, 1 insertions, 1 deletions
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 = \
22 libgnunetcore.la 22 libgnunetcore.la
23 23
24libgnunetcore_la_SOURCES = \ 24libgnunetcore_la_SOURCES = \
25 core_api_2.c core.h \ 25 core_api.c core.h \
26 core_api_monitor_peers.c 26 core_api_monitor_peers.c
27libgnunetcore_la_LIBADD = \ 27libgnunetcore_la_LIBADD = \
28 $(top_builddir)/src/util/libgnunetutil.la \ 28 $(top_builddir)/src/util/libgnunetutil.la \
diff --git a/src/core/core_api_2.c b/src/core/core_api.c
index 7826cd03e..7826cd03e 100644
--- a/src/core/core_api_2.c
+++ b/src/core/core_api.c