From 05dde2188fd81af17f1714aac35973df4b170354 Mon Sep 17 00:00:00 2001 From: "C. Davis" Date: Fri, 10 Aug 2012 21:56:58 -0700 Subject: regedit: Update dialog position on screen resize. Reviewed-by: Andreas Schneider Reviewed-by: Michael Adam --- source3/utils/regedit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/utils/regedit.h') diff --git a/source3/utils/regedit.h b/source3/utils/regedit.h index e103f371a0..fb9ad6100d 100644 --- a/source3/utils/regedit.h +++ b/source3/utils/regedit.h @@ -56,4 +56,6 @@ WERROR reg_init_wrap(void); WERROR reg_open_samba3(TALLOC_CTX *mem_ctx, struct registry_context **ctx); +int regedit_getch(void); + #endif -- cgit