tizen 2.3.1 release
[apps/home/settings.git] / setting-security / include / setting-security-firewall-data.h
old mode 100755 (executable)
new mode 100644 (file)
similarity index 54%
rename from setting-memory/include/setting-memory-default-memory.h
rename to setting-security/include/setting-security-firewall-data.h
index eccbf3b..39b0193
@@ -1,12 +1,11 @@
 /*
- * setting
- * Copyright (c) 2012 Samsung Electronics Co., Ltd.
+ * 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://floralicense.org/license/
+ *     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,
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#ifndef __SETTING_MEMORY_DEFAULT_MEMORY_H__
-#define __SETTING_MEMORY_DEFAULT_MEMORY_H__
 
-#include <setting-memory-common.h>
+#include <setting-security.h>
 
-#endif                         /* __SETTING_MEMORY_DEFAULT_MEMORY_H__ */
+int setting_security_firewall_data_get_data(COMMAND *head, COMMAND *tail, char *path,  char *file);
+int setting_security_firewall_data_init_list();
+void setting_security_firewall_data_end_list();
+void setting_security_firewall_data_deletelist(COMMAND *t_h, COMMAND *t_t, COMMAND *s_h, COMMAND *s_t);
\ No newline at end of file