aboutsummaryrefslogtreecommitdiff
path: root/c/defs.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-02-15 17:17:50 +0100
committerJohn Ankarström <john@ankarstrom.se>2022-02-15 17:17:50 +0100
commitc1eee2b46cd5643ba8efb98b2cd598ef47c4daf6 (patch)
treecd23129ac6476d5be4814687248e3e71c0d959c9 /c/defs.h
parentc605ea0545ac22dc328c83d78011e3d18346eb63 (diff)
downloadEpisodeBrowser-c1eee2b46cd5643ba8efb98b2cd598ef47c4daf6.tar.gz
Show data in data list view.
Diffstat (limited to 'c/defs.h')
-rw-r--r--c/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/defs.h b/c/defs.h
index d27d573..8c808b7 100644
--- a/c/defs.h
+++ b/c/defs.h
@@ -5,7 +5,7 @@
#include <commctrl.h>
/* common.c */
-TCHAR *TSZFromSZ(char *, int);
+TCHAR *TSZFromSZ(const char *, int);
int Watched(int);
/* main.c */