summaryrefslogtreecommitdiffstats
path: root/src/gui/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index db27ad0..306404f 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -12,8 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef _GUI_H
@@ -436,6 +435,10 @@ private slots:
const string &display, t_method method);
bool do_cb_ask_credentials(t_user *user_config, const string &realm, string &username,
string &password);
+ void do_cb_ask_user_to_refer(t_user *user_config, const string &refer_to_uri_str,
+ const string &refer_to_display,
+ const string &referred_by_uri_str,
+ const string &referred_by_display);
void do_cb_register_inprog(t_user *user_config, t_register_type register_type);
};