-moving namestore_common functions to gnsrecord library
authorChristian Grothoff <christian@grothoff.org>
Wed, 16 Oct 2013 20:14:02 +0000 (20:14 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 16 Oct 2013 20:14:02 +0000 (20:14 +0000)
commit3d670727232e79b7e49a1df7ba9260db4e5798a0
tree093f7b5aec28134dc6c5fe34cd2d8bfb1e1445ad
parent2de26776993a5e591e487321a5dc1d62b86d9cd4
-moving namestore_common functions to gnsrecord library
15 files changed:
src/conversation/Makefile.am
src/gns/Makefile.am
src/gnsrecord/Makefile.am
src/gnsrecord/gnsrecord_crypto.c [new file with mode: 0644]
src/gnsrecord/gnsrecord_misc.c [new file with mode: 0644]
src/gnsrecord/gnsrecord_serialization.c [new file with mode: 0644]
src/gnsrecord/test_gnsrecord_crypto.c [new file with mode: 0644]
src/gnsrecord/test_gnsrecord_serialization.c [new file with mode: 0644]
src/include/gnunet_gnsrecord_lib.h
src/include/gnunet_namestore_service.h
src/namecache/Makefile.am
src/namestore/Makefile.am
src/namestore/namestore_api_common.c [deleted file]
src/namestore/test_namestore_api_blocks.c [deleted file]
src/namestore/test_namestore_record_serialization.c [deleted file]