aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-14 20:45:33 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-14 20:45:33 +0000
commit74691f3316f40bf3d7c309bd82d5b6c99c6fa2f6 (patch)
treee0e1144632b286d74ba0a7596b814d781867202d /src/identity/identity_api.c
parentd0e0b8256a32f05dee2bc79494e4fba7830e63d2 (diff)
downloadgnunet-74691f3316f40bf3d7c309bd82d5b6c99c6fa2f6.tar.gz
gnunet-74691f3316f40bf3d7c309bd82d5b6c99c6fa2f6.zip
-break in unimplemented functions
Diffstat (limited to 'src/identity/identity_api.c')
-rw-r--r--src/identity/identity_api.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/identity/identity_api.c b/src/identity/identity_api.c
index f03f7b449..291113b95 100644
--- a/src/identity/identity_api.c
+++ b/src/identity/identity_api.c
@@ -593,6 +593,7 @@ GNUNET_IDENTITY_get (struct GNUNET_IDENTITY_Handle *id,
593 GNUNET_IDENTITY_Callback cb, 593 GNUNET_IDENTITY_Callback cb,
594 void *cb_cls) 594 void *cb_cls)
595{ 595{
596 GNUNET_break (0); // FIXME
596 return NULL; 597 return NULL;
597} 598}
598 599
@@ -614,6 +615,7 @@ GNUNET_IDENTITY_set (struct GNUNET_IDENTITY_Handle *id,
614 GNUNET_IDENTITY_Continuation cont, 615 GNUNET_IDENTITY_Continuation cont,
615 void *cont_cls) 616 void *cont_cls)
616{ 617{
618 GNUNET_break (0); // FIXME
617 return NULL; 619 return NULL;
618} 620}
619 621
@@ -633,6 +635,7 @@ GNUNET_IDENTITY_create (struct GNUNET_IDENTITY_Handle *id,
633 GNUNET_IDENTITY_Callback cb, 635 GNUNET_IDENTITY_Callback cb,
634 void *cb_cls) 636 void *cb_cls)
635{ 637{
638 GNUNET_break (0); // FIXME
636 return NULL; 639 return NULL;
637} 640}
638 641
@@ -654,6 +657,7 @@ GNUNET_IDENTITY_rename (struct GNUNET_IDENTITY_Handle *id,
654 GNUNET_IDENTITY_Continuation cb, 657 GNUNET_IDENTITY_Continuation cb,
655 void *cb_cls) 658 void *cb_cls)
656{ 659{
660 GNUNET_break (0); // FIXME
657 return NULL; 661 return NULL;
658} 662}
659 663
@@ -673,6 +677,7 @@ GNUNET_IDENTITY_delete (struct GNUNET_IDENTITY_Handle *id,
673 GNUNET_IDENTITY_Continuation cb, 677 GNUNET_IDENTITY_Continuation cb,
674 void *cb_cls) 678 void *cb_cls)
675{ 679{
680 GNUNET_break (0); // FIXME
676 return NULL; 681 return NULL;
677} 682}
678 683