X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Fget_file_lines.h;fp=tools%2Fccanlint%2Fget_file_lines.h;h=2f8455a5ff36ce6111393e3ba0dbe3c76780846b;hb=650c775ff00cccd03fc84e7789a03c51d9839004;hp=0000000000000000000000000000000000000000;hpb=c8acddea39d222312102952e91c32cfe4dd2cea0;p=ccan diff --git a/tools/ccanlint/get_file_lines.h b/tools/ccanlint/get_file_lines.h new file mode 100644 index 00000000..2f8455a5 --- /dev/null +++ b/tools/ccanlint/get_file_lines.h @@ -0,0 +1,6 @@ +#ifndef GET_FILE_LINES_H +#define GET_FILE_LINES_H + +char **get_file_lines(void *ctx, const char *name, unsigned int *num_lines); + +#endif /* GET_FILE_LINES_H */