aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity_api.c
diff options
context:
space:
mode:
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