Move 'Block' struct to header file

This commit is contained in:
2022-05-12 09:07:35 +02:00
parent d3d340249a
commit 82cce2cd8c
3 changed files with 8 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
typedef struct {
char* icon;
char* command;
unsigned int interval;
unsigned int signal;
} Block;