Mercurial > dropbear
diff dbutil.h @ 1460:58a74cb829b8
Pointer parameter could be declared as pointing to const (callback)
author | Francois Perrad <francois.perrad@gadz.org> |
---|---|
date | Sat, 19 Aug 2017 22:39:53 +0200 |
parents | bbc0a0ee3843 |
children | 2d450c1056e3 |
line wrap: on
line diff
--- a/dbutil.h Sat Aug 19 17:16:13 2017 +0200 +++ b/dbutil.h Sat Aug 19 22:39:53 2017 +0200 @@ -56,7 +56,7 @@ char * stripcontrol(const char * text); -int spawn_command(void(*exec_fn)(void *user_data), void *exec_data, +int spawn_command(void(*exec_fn)(const void *user_data), const void *exec_data, int *writefd, int *readfd, int *errfd, pid_t *pid); void run_shell_command(const char* cmd, unsigned int maxfd, char* usershell); #ifdef ENABLE_CONNECT_UNIX