gmyth/src/libgmyth/gmyth_common.h
branchtrunk
changeset 6 051875c9e136
parent 1 ffdf467315ec
     1.1 --- a/gmyth/src/libgmyth/gmyth_common.h	Wed Sep 20 23:45:35 2006 +0100
     1.2 +++ b/gmyth/src/libgmyth/gmyth_common.h	Thu Sep 21 00:33:03 2006 +0100
     1.3 @@ -31,6 +31,8 @@
     1.4  #include <glib.h>
     1.5  #include <time.h>
     1.6  
     1.7 +G_BEGIN_DECLS
     1.8 +
     1.9  /**
    1.10   * The GMythChannelInfo structure represents the channel information
    1.11   * stored in the backend database.
    1.12 @@ -152,4 +154,6 @@
    1.13  void gmyth_free_channel_list(GList *list);
    1.14  void gmyth_free_program_list(GList *list);
    1.15  
    1.16 +G_END_DECLS
    1.17 +
    1.18  #endif /* GMYTH_COMMON_H_ */