X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fgrammar.git;a=blobdiff_plain;f=rdp.h;h=2e892fbe3bc35d340338c4f7093a0d3dc824fdc1;hp=fc700fc0c20c1ce70012cc05b3ead07604c12bea;hb=e8f555ae834cd25fd444b0e5856283dbd7333716;hpb=b634d3dac61fc6bb42bafd01eae3dbf6ae8e961d;ds=sidebyside diff --git a/rdp.h b/rdp.h index fc700fc..2e892fb 100644 --- a/rdp.h +++ b/rdp.h @@ -15,9 +15,10 @@ typedef struct gpointer data; GList* rules; GList* buffer; + symbol_t* start; } rdp_t; -rdp_t* rdp_new (nextcb, gpointer); +rdp_t* rdp_new (nextcb, gpointer, gint); void rdp_delete (rdp_t*); gpointer rdp_build (rdp_t*);