mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-04-16 13:49:19 +02:00
Added missing prototypes in the text backend
This commit is contained in:
parent
fad2df80b0
commit
38a4b60906
@ -729,6 +729,10 @@ trexio_text_free_$group$ (trexio_text_t* const file)
|
||||
|
||||
This function is called upon the non-successful exit from the ~trexio_text_read_group~ function.
|
||||
|
||||
#+begin_src c :tangle free_group_text.h :exports none
|
||||
trexio_exit_code trexio_text_free_read_$group$ (char* buffer, FILE* txt_file, trexio_text_t* trexio_file, $group$_t* $group$);
|
||||
#+end_src
|
||||
|
||||
#+begin_src c :tangle free_group_text.c
|
||||
trexio_exit_code
|
||||
trexio_text_free_read_$group$ (char* buffer, FILE* txt_file, trexio_text_t* trexio_file, $group$_t* $group$)
|
||||
|
Loading…
x
Reference in New Issue
Block a user