Add Modelines info for new common ui source file(s)

svn path=/trunk/; revision=45767
This commit is contained in:
Alexis La Goutte 2012-10-24 15:52:45 +00:00
parent 7b3055b74b
commit f7c19facb7
10 changed files with 132 additions and 2 deletions

View File

@ -36,3 +36,16 @@ extern capture_options global_capture_opts;
#endif /* __cplusplus */
#endif /* __CAPTURE_GLOBALS_H__ */
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/

View File

@ -359,3 +359,16 @@ hide_interface(gchar* new_hide)
}
}
#endif /* HAVE_LIBPCAP */
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/

View File

@ -56,3 +56,16 @@ extern void hide_interface(gchar* new_hide);
#endif /* __cplusplus */
#endif /* __IFACE_LISTS_H__ */
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/

View File

@ -1,4 +1,4 @@
/* ui_last_open_dir.h
/* last_open_dir.h
* Routines to fetch the last directory in which a file was opened;
* its implementation is GUI-dependent, but the API isn't
*
@ -41,3 +41,16 @@ extern char *get_last_open_dir(void);
#endif /* __cplusplus */
#endif /* __UI_LAST_OPEN_DIR_H__ */
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/

View File

@ -104,3 +104,16 @@ void destroy_progress_dlg(progdlg_t *dlg);
#endif /* __cplusplus */
#endif /* __PROGRESS_DLG_H__ */
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/

View File

@ -186,3 +186,16 @@ extern void recent_set_column_xalign(gint col, gchar xalign);
#endif /* __cplusplus */
#endif /* recent.h */
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/

View File

@ -108,3 +108,16 @@ extern void packet_list_recent_write_all(FILE *rf);
#endif /* __cplusplus */
#endif /* __UI_RECENT_UTILS_H__ */
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/

View File

@ -169,7 +169,7 @@ extern void simple_message_box(ESD_TYPE_E type, gboolean *notagain,
const char *secondary_msg,
const char *msg_format, ...)
#if __GNUC__ >= 2
__attribute__((format(printf, 4, 5)))
__attribute__((format(printf, 4, 5)))
#endif
;
@ -188,3 +188,16 @@ extern void simple_error_message_box(const char *msg_format, ...);
#endif /* __cplusplus */
#endif /* __DIALOG_H__ */
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/

View File

@ -56,3 +56,16 @@ int text_importlex(void);
#endif /* __cplusplus */
#endif /* __TEXT_IMPORT_SCANNER_H__ */
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/

View File

@ -86,3 +86,16 @@ void packet_list_resize_column(gint col);
#endif /* __cplusplus */
#endif /* __UI_UTIL_H__ */
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/