summaryrefslogtreecommitdiff
path: root/ui/profile.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-10-12 14:56:12 -0400
committerBill Meier <wmeier@newsguy.com>2014-10-12 18:58:32 +0000
commit1b8b2a8aa8b3b21647070c8cb85de7d43cdd480e (patch)
treeae637d5385d32d07db062bd4aaeed94b312b9c15 /ui/profile.h
parent4e328e47098501c65f751774b8a13493f44b7214 (diff)
downloadwireshark-1b8b2a8aa8b3b21647070c8cb85de7d43cdd480e.tar.gz
Add editor modelines; Adjust whitespace as needed.
Change-Id: I4da7b335d905dbca10bbce03aa88e1cdeeb1f8ad Reviewed-on: https://code.wireshark.org/review/4626 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'ui/profile.h')
-rw-r--r--ui/profile.h29
1 files changed, 21 insertions, 8 deletions
diff --git a/ui/profile.h b/ui/profile.h
index 81b127cba5..f3295306dd 100644
--- a/ui/profile.h
+++ b/ui/profile.h
@@ -40,11 +40,11 @@ extern "C" {
#define PROF_STAT_COPY 5
typedef struct {
- char *name; /* profile name */
- char *reference; /* profile reference */
- int status;
- gboolean is_global;
- gboolean from_global;
+ char *name; /* profile name */
+ char *reference; /* profile reference */
+ int status;
+ gboolean is_global;
+ gboolean from_global;
} profile_def;
/** @file
@@ -66,8 +66,8 @@ void init_profile_list(void);
*
* @return A pointer to the new profile list
*/
-GList * add_to_profile_list(const char *name, const char *parent, int status,
- gboolean is_global, gboolean from_global);
+GList *add_to_profile_list(const char *name, const char *parent, int status,
+ gboolean is_global, gboolean from_global);
/** Refresh the current (non-edited) profile list.
*/
@@ -89,7 +89,7 @@ void remove_from_profile_list(GList *fl_entry);
*
* @return The head of the current profile list
*/
-GList * current_profile_list(void);
+GList *current_profile_list(void);
/** Edited profile list
*
@@ -128,4 +128,17 @@ gboolean delete_current_profile(void);
}
#endif /* __cplusplus */
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vi: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */
+
#endif /* __PROFILE_H__ */