From c764520b5aa343c00c3a73633511df039645973c Mon Sep 17 00:00:00 2001 From: smitsohu Date: Fri, 14 Jan 2022 20:19:25 +0100 Subject: keep-fd option (#4845) --- src/include/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/common.h b/src/include/common.h index 24feab02a..f72ec9738 100644 --- a/src/include/common.h +++ b/src/include/common.h @@ -142,4 +142,5 @@ int pid_proc_cmdline_x11_xpra_xephyr(const pid_t pid); int pid_hidepid(void); void warn_dumpable(void); const char *gnu_basename(const char *path); +int *str_to_int_array(const char *str, size_t *sz); #endif -- cgit v1.2.3-54-g00ecf