]> git.ozlabs.org Git - ccan/blobdiff - tools/read_config_header.h
opt: only use termios if HAVE_SYS_TERMIOS_H is defined
[ccan] / tools / read_config_header.h
index 62eb152e4957fa967260f8576e8048740102af10..8554f7622e8a4c04b6027d8d0d021a782563beb0 100644 (file)
@@ -8,9 +8,7 @@ bool get_token(const char **line, const char *token);
 /* Get an identifier token. */
 char *get_symbol_token(void *ctx, const char **line);
 
-/* Read config header from config_dir/config.h: set compiler/cflags. */
-char *read_config_header(const char *config_dir,
-                        const char **compiler, const char **cflags,
-                        bool verbose);
+/* Read config header from config_dir/config.h: sets compiler/cflags. */
+char *read_config_header(const char *config_dir, bool verbose);
 
 #endif /* CCAN_TOOLS_READ_CONFIG_HEADER_H */