diff options
Diffstat (limited to 'capplets/about-me')
-rw-r--r-- | capplets/about-me/fingerprint-strings.h | 4 | ||||
-rw-r--r-- | capplets/about-me/mate-about-me-fingerprint.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/capplets/about-me/fingerprint-strings.h b/capplets/about-me/fingerprint-strings.h index fa7211d6..49081216 100644 --- a/capplets/about-me/fingerprint-strings.h +++ b/capplets/about-me/fingerprint-strings.h @@ -20,6 +20,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifndef __FINGERPRINT_STRINGS_H__ +#define __FINGERPRINT_STRINGS_H__ + struct { const char *dbus_name; const char *place_str; @@ -83,3 +86,4 @@ static const char *enroll_result_str_to_msg(const char *result, gboolean is_swip return NULL; } +#endif /* __FINGERPRINT_STRINGS_H__ */ diff --git a/capplets/about-me/mate-about-me-fingerprint.h b/capplets/about-me/mate-about-me-fingerprint.h index d8eda290..bc9b7963 100644 --- a/capplets/about-me/mate-about-me-fingerprint.h +++ b/capplets/about-me/mate-about-me-fingerprint.h @@ -17,6 +17,9 @@ * 02110-1301, USA. */ +#ifndef __MATE_ABOUT_ME_FINGERPRINT_H__ +#define __MATE_ABOUT_ME_FINGERPRINT_H__ + #include <gtk/gtk.h> void set_fingerprint_label (GtkWidget *enable, @@ -25,3 +28,4 @@ void fingerprint_button_clicked (GtkBuilder *dialog, GtkWidget *enable, GtkWidget *disable); +#endif /* __MATE_ABOUT_ME_FINGERPRINT_H__ */ |