mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 10:11:43 -05:00
8 lines
157 B
C
8 lines
157 B
C
#ifndef RESTORE_H
|
|
#define RESTORE_H
|
|
|
|
void restore_tree(char *file_path);
|
|
void restore_history(char *file_path);
|
|
void restore_stack(char *file_path);
|
|
|
|
#endif
|