diff options
Diffstat (limited to 'src/app.h')
-rw-r--r-- | src/app.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ | |||
24 | 24 | ||
25 | /* Application core: event loop, base event processing, audio synth. */ | 25 | /* Application core: event loop, base event processing, audio synth. */ |
26 | 26 | ||
27 | #include <the_Foundation/objectlist.h> | ||
27 | #include <the_Foundation/string.h> | 28 | #include <the_Foundation/string.h> |
28 | #include <the_Foundation/time.h> | 29 | #include <the_Foundation/time.h> |
29 | 30 | ||
@@ -64,6 +65,7 @@ iGmCerts * certs_App (void); | |||
64 | iVisited * visited_App (void); | 65 | iVisited * visited_App (void); |
65 | iBookmarks * bookmarks_App (void); | 66 | iBookmarks * bookmarks_App (void); |
66 | iDocumentWidget * document_App (void); | 67 | iDocumentWidget * document_App (void); |
68 | iObjectList * listDocuments_App (void); | ||
67 | iDocumentWidget * document_Command (const char *cmd); | 69 | iDocumentWidget * document_Command (const char *cmd); |
68 | iDocumentWidget * newTab_App (const iDocumentWidget *duplicateOf); | 70 | iDocumentWidget * newTab_App (const iDocumentWidget *duplicateOf); |
69 | 71 | ||