summaryrefslogtreecommitdiffstats
path: root/libhb/ports.h
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2015-10-19 11:50:02 -0700
committerJohn Stebbins <[email protected]>2015-10-19 11:50:02 -0700
commit8a01c54c5cfd7107a00ab8417af07e161ff97b56 (patch)
tree1bc15d6927c6e7f588f6b456ef7e32e452de48e0 /libhb/ports.h
parent3a9d7dce64a3057f21419f0cd765cdf929a66dad (diff)
ports: make hb_opendir param const
Diffstat (limited to 'libhb/ports.h')
-rw-r--r--libhb/ports.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/ports.h b/libhb/ports.h
index d16493043..941c8feee 100644
--- a/libhb/ports.h
+++ b/libhb/ports.h
@@ -73,7 +73,7 @@ typedef struct _stat64 hb_stat_t;
typedef struct stat hb_stat_t;
#endif
-HB_DIR* hb_opendir(char *path);
+HB_DIR* hb_opendir(const char *path);
int hb_closedir(HB_DIR *dir);
void hb_rewinddir(HB_DIR *dir);
struct dirent * hb_readdir(HB_DIR *dir);