gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis] branch master updated: fix


From: gnunet
Subject: [taler-anastasis] branch master updated: fix
Date: Wed, 09 Sep 2020 14:35:53 +0200

This is an automated email from the git hooks/post-receive script.

dennis-neufeld pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 5c4777d  fix
5c4777d is described below

commit 5c4777d39ef3a8f3f7927e434beda7ea065bc5ef
Author: Dennis Neufeld <dennis.neufeld@students.bfh.ch>
AuthorDate: Wed Sep 9 14:35:50 2020 +0200

    fix
---
 src/include/anastasis_json.h | 30 ++++++++++--------------------
 1 file changed, 10 insertions(+), 20 deletions(-)

diff --git a/src/include/anastasis_json.h b/src/include/anastasis_json.h
index 1bb8198..62d692a 100644
--- a/src/include/anastasis_json.h
+++ b/src/include/anastasis_json.h
@@ -30,30 +30,20 @@
 
 enum ANASTASIS_BackupStatus
 {
-  ANASTASIS_BA_GET_SELECT_CONTINENT,
-  ANASTASIS_BA_GET_SELECT_COUNTRY,
-  ANASTASIS_BA_GET_ENTER_USER_ATTRIBUTES,
-  ANASTASIS_BA_GET_ADD_AUTHENTICATION_METHOD,
-  ANASTASIS_BA_GET_ADD_POLICY,
-  ANASTASIS_BA_GET_PAY,
-  ANASTASIS_BA_SET_SELECT_CONTINENT,
-  ANASTASIS_BA_SET_SELECT_COUNTRY,
-  ANASTASIS_BA_SET_ENTER_USER_ATTRIBUTES,
-  ANASTASIS_BA_SET_ADD_AUTHENTICATION_METHOD,
-  ANASTASIS_BA_SET_ADD_POLICY,
-  ANASTASIS_BA_SET_PAY
+  ANASTASIS_BA_SELECT_CONTINENT,
+  ANASTASIS_BA_SELECT_COUNTRY,
+  ANASTASIS_BA_ENTER_USER_ATTRIBUTES,
+  ANASTASIS_BA_ADD_AUTHENTICATION_METHOD,
+  ANASTASIS_BA_ADD_POLICY,
+  ANASTASIS_BA_PAY
 };
 
 enum ANASTASIS_RecoveryStatus
 {
-  ANASTASIS_RS_GET_SELECT_CONTINENT,
-  ANASTASIS_RS_GET_SELECT_COUNTRY,
-  ANASTASIS_RS_GET_ENTER_USER_ATTRIBUTES,
-  ANASTASIS_RS_GET_SOLVE_CHALLENGE,
-  ANASTASIS_RS_SET_SELECT_CONTINENT,
-  ANASTASIS_RS_SET_SELECT_COUNTRY,
-  ANASTASIS_RS_SET_ENTER_USER_ATTRIBUTES,
-  ANASTASIS_RS_SET_SOLVE_CHALLENGE
+  ANASTASIS_RS_SELECT_CONTINENT,
+  ANASTASIS_RS_SELECT_COUNTRY,
+  ANASTASIS_RS_ENTER_USER_ATTRIBUTES,
+  ANASTASIS_RS_SOLVE_CHALLENGE
 };
 
 // A state for the backup process.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]