X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FSDCCpeeph.h;h=0c1b2f85ed2ae75e5f25267a376db5156c9fbdfb;hb=be3554776f3e99295e17a0232cb15c42cea80929;hp=d5e38816a47b93ff019882881cbd710ed2b715c7;hpb=88911079e8f9eb7fb3dfb08c32e805bb7b5e62c1;p=fw%2Fsdcc diff --git a/src/SDCCpeeph.h b/src/SDCCpeeph.h index d5e38816..0c1b2f85 100644 --- a/src/SDCCpeeph.h +++ b/src/SDCCpeeph.h @@ -73,8 +73,8 @@ bool isLabelDefinition (const char *line, const char **start, int *len, extern hTab *labelHash; labelHashEntry *getLabelRef (const char *label, lineNode *head); -void printLine (lineNode *, FILE *); -lineNode *newLineNode (char *); +void printLine (lineNode *, struct dbuf_s *); +lineNode *newLineNode (const char *); lineNode *connectLine (lineNode *, lineNode *); void initPeepHole (void); void peepHole (lineNode **);