mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-26 15:25:00 +02:00
sch2fig/sch.h (sch_parse): string argument is file name, not line
This commit is contained in:
parent
f8f497c61a
commit
07eb87e25f
@ -117,7 +117,7 @@ struct sch_ctx {
|
|||||||
void decode_alignment(struct text *txt, char hor, char vert);
|
void decode_alignment(struct text *txt, char hor, char vert);
|
||||||
|
|
||||||
void sch_render(const struct sheet *sheet);
|
void sch_render(const struct sheet *sheet);
|
||||||
void sch_parse(struct sch_ctx *ctx, const char *line, const struct lib *lib);
|
void sch_parse(struct sch_ctx *ctx, const char *file, const struct lib *lib);
|
||||||
void sch_init(struct sch_ctx *ctx, bool recurse);
|
void sch_init(struct sch_ctx *ctx, bool recurse);
|
||||||
|
|
||||||
#endif /* !SCH_H */
|
#endif /* !SCH_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user