diff options
Diffstat (limited to 'fedora/.local/bin/htop-vim/CommandScreen.h')
| -rw-r--r-- | fedora/.local/bin/htop-vim/CommandScreen.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/fedora/.local/bin/htop-vim/CommandScreen.h b/fedora/.local/bin/htop-vim/CommandScreen.h deleted file mode 100644 index e56982b..0000000 --- a/fedora/.local/bin/htop-vim/CommandScreen.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef HEADER_CommandScreen -#define HEADER_CommandScreen - -#include "InfoScreen.h" -#include "Object.h" -#include "Process.h" - - -typedef struct CommandScreen_ { - InfoScreen super; -} CommandScreen; - -extern const InfoScreenClass CommandScreen_class; - -CommandScreen* CommandScreen_new(Process* process); - -void CommandScreen_delete(Object* this); - -#endif |
