summaryrefslogtreecommitdiff
path: root/src/vpn-password-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn-password-dialog.h')
-rw-r--r--src/vpn-password-dialog.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/vpn-password-dialog.h b/src/vpn-password-dialog.h
new file mode 100644
index 00000000..5e831f9c
--- /dev/null
+++ b/src/vpn-password-dialog.h
@@ -0,0 +1,32 @@
+/* NetworkManager Wireless Applet -- Display wireless access points and allow user control
+ *
+ * Dan Williams <dcbw@redhat.com>
+ *
+ * This program 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * (C) Copyright 2004 Red Hat, Inc.
+ */
+
+#ifndef VPN_PASSWORD_DIALOG_H
+#define VPN_PASSWORD_DIALOG_H
+
+#include "applet.h"
+
+GSList *nma_vpn_request_password (NMApplet *applet,
+ const char *name,
+ const char *service,
+ gboolean retry);
+
+#endif