diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-08-31 12:31:38 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-08-31 12:31:38 +0300 |
commit | 675ded0d66b9fd60777d3037ded1446a3f9ef986 (patch) | |
tree | 6db3f0524437304f9e5a7b90175e3f6b043d4d49 /src/display.h |
Big Bang
Diffstat (limited to 'src/display.h')
-rw-r--r-- | src/display.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/display.h b/src/display.h new file mode 100644 index 0000000..7e4f187 --- /dev/null +++ b/src/display.h @@ -0,0 +1,6 @@ +#ifndef DISPLAY_H +#define DISPLAY_H + +void display(int *argc, char **argv, int readfd); + +#endif |