X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=obt%2Flink.h;h=b0193297f39c75717c0f9af6b932e6b7574e8be0;hb=3121146eccd031a56d410eb48f3002558f41b40a;hp=bcac9d992f66dbc6479a324ff7b6f8337168eda3;hpb=67bed35b7c1b1c9470aa8d0ba33974eabd66e089;p=chaz%2Fopenbox diff --git a/obt/link.h b/obt/link.h index bcac9d99..b0193297 100644 --- a/obt/link.h +++ b/obt/link.h @@ -23,6 +23,8 @@ G_BEGIN_DECLS +struct _ObtPaths; + typedef enum { OBT_LINK_TYPE_APPLICATION = 1, OBT_LINK_TYPE_URL = 2, @@ -48,7 +50,8 @@ typedef enum { typedef struct _ObtLink ObtLink; -ObtLink* obt_link_from_ddfile(const gchar *name, GSList *paths); +ObtLink* obt_link_from_ddfile(const gchar *name, GSList *paths, + struct _ObtPaths *p); void obt_link_ref(ObtLink *e); void obt_link_unref(ObtLink *e);