| /* Do not edit this file. It was automatically generated. */ |
| #ifndef HEADER_OpenFilesScreen |
| #define HEADER_OpenFilesScreen |
| (C) 2005-2006 Hisham H. Muhammad |
| Released under the GNU GPL, see the COPYING file |
| in the source distribution for its full text. |
| typedef struct OpenFiles_ProcessData_ { |
| struct OpenFiles_FileData_* files; |
| typedef struct OpenFiles_FileData_ { |
| struct OpenFiles_FileData_* next; |
| typedef struct OpenFilesScreen_ { |
| OpenFilesScreen* OpenFilesScreen_new(Process* process); |
| void OpenFilesScreen_delete(OpenFilesScreen* this); |
| void OpenFilesScreen_run(OpenFilesScreen* this); |