aboutsummaryrefslogtreecommitdiff
path: root/c/episodelistview.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-02-15 16:36:42 +0100
committerJohn Ankarström <john@ankarstrom.se>2022-02-15 16:36:42 +0100
commit2e5ea298da89df79fc057ad46253e5a9d860e7e3 (patch)
tree617c323b90588fc4d75b9dd53d602d79e96f7c8f /c/episodelistview.h
parent52fb337856497cb151081f3738e7cfa4bc2883bd (diff)
downloadEpisodeBrowser-2e5ea298da89df79fc057ad46253e5a9d860e7e3.tar.gz
Combine header files.
Some older UNIX programs are organized like this, and I think it gives a very good overview over the code. See troff for an example.
Diffstat (limited to 'c/episodelistview.h')
-rw-r--r--c/episodelistview.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/c/episodelistview.h b/c/episodelistview.h
deleted file mode 100644
index 8bec69b..0000000
--- a/c/episodelistview.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-#include <windows.h>
-
-HWND ElvCreate(HWND);
-LRESULT ElvHandleNotify(LPARAM);
-void ElvUpdate(void);
-void ElvUpdateName(NMLISTVIEW *);