diff options
Diffstat (limited to 'src/replace-table.h')
| -rw-r--r-- | src/replace-table.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/replace-table.h b/src/replace-table.h index b59c9fb..ab2f28a 100644 --- a/src/replace-table.h +++ b/src/replace-table.h @@ -15,13 +15,15 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#ifndef __CGG__REPLACE_TABLE_H__ +#define __CGG__REPLACE_TABLE_H__ #include <glib.h> - -typedef GHashTable ReplaceTable; +G_BEGIN_DECLS +typedef GHashTable ReplaceTable; ReplaceTable *replace_table_new (); @@ -67,3 +69,8 @@ void adjust_tags_parameter (gchar **str); * */ gchar * get_next_token (const gchar *s, gchar **start, gchar **end, gboolean *tag_parameter); + + +G_END_DECLS + +#endif /* __CGG__REPLACE_TABLE_H__ */ |
