summaryrefslogtreecommitdiff
path: root/sources/wifi-syspopup/viewer-popups/include/view-alerts.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/wifi-syspopup/viewer-popups/include/view-alerts.h')
-rw-r--r--sources/wifi-syspopup/viewer-popups/include/view-alerts.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/sources/wifi-syspopup/viewer-popups/include/view-alerts.h b/sources/wifi-syspopup/viewer-popups/include/view-alerts.h
new file mode 100644
index 0000000..1858b23
--- /dev/null
+++ b/sources/wifi-syspopup/viewer-popups/include/view-alerts.h
@@ -0,0 +1,36 @@
+/*
+ * Wi-Fi
+ *
+ * Copyright 2012 Samsung Electronics Co., Ltd
+ *
+ * Licensed under the Flora License, Version 1.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.tizenopensource.org/license
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+#ifndef __WIFI_SYSPOPUP_VIEW_ALERTS_H__
+#define __WIFI_SYSPOPUP_VIEW_ALERTS_H__
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+int view_alerts_powering_on_show(void);
+void view_alerts_popup_show(const char *err_msg);
+void view_alerts_popup_ok_show(const char *err_msg);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif