[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis-gtk] branch master updated: -add missing header
From: |
gnunet |
Subject: |
[taler-anastasis-gtk] branch master updated: -add missing header |
Date: |
Sun, 11 Jul 2021 20:56:21 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository anastasis-gtk.
The following commit(s) were added to refs/heads/master by this push:
new 85642a6 -add missing header
85642a6 is described below
commit 85642a69562b3cdc32232547a387e6b05be234f5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jul 11 20:56:19 2021 +0200
-add missing header
---
src/anastasis/Makefile.am | 1 +
.../anastasis-gtk_handle-expiration-change.h | 36 ++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/src/anastasis/Makefile.am b/src/anastasis/Makefile.am
index 65dfd26..b2f1029 100644
--- a/src/anastasis/Makefile.am
+++ b/src/anastasis/Makefile.am
@@ -29,6 +29,7 @@ anastasis_gtk_SOURCES = \
anastasis-gtk_handle-currency-changed.c \
anastasis-gtk_handle-core-secret-changed.c \
anastasis-gtk_handle-expiration-change.c \
+ anastasis-gtk_handle-expiration-change.h \
anastasis-gtk_handle-identity-changed.c \
anastasis-gtk_handle-identity-changed.h \
anastasis-gtk_handle-recovery-button-clicked.c \
diff --git a/src/anastasis/anastasis-gtk_handle-expiration-change.h
b/src/anastasis/anastasis-gtk_handle-expiration-change.h
new file mode 100644
index 0000000..28defc3
--- /dev/null
+++ b/src/anastasis/anastasis-gtk_handle-expiration-change.h
@@ -0,0 +1,36 @@
+/*
+ This file is part of anastasis-gtk.
+ Copyright (C) 2021 Anastasis SARL
+
+ Anastasis is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published
+ by the Free Software Foundation; either version 3, or (at your
+ option) any later version.
+
+ Anastasis is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Anastasis; see the file COPYING. If not, write to the
+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
+*/
+/**
+ * @file src/anastasis/anastasis-gtk_handle-expiration-change.c
+ * @brief
+ * @author Christian Grothoff
+ */
+#ifndef ANASTASIS_GTK_HANDLE_EXPIRATION_CHANGE_H
+#define ANASTASIS_GTK_HANDLE_EXPIRATION_CHANGE_H
+
+
+/**
+ * Return the current expiration time desired by the
+ * user (in the 'edit secret' dialog).
+ */
+struct GNUNET_TIME_Absolute
+AG_get_desired_expiration (void);
+
+#endif
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-anastasis-gtk] branch master updated: -add missing header,
gnunet <=