summaryrefslogtreecommitdiff
path: root/source3/utils/regedit.h
diff options
context:
space:
mode:
authorC. Davis <cd.rattan@gmail.com>2012-08-10 21:56:58 -0700
committerMichael Adam <obnox@samba.org>2013-04-29 13:06:21 +0200
commit05dde2188fd81af17f1714aac35973df4b170354 (patch)
tree8e8f845abf0ce62e697c7535fd4c897cd2a4f248 /source3/utils/regedit.h
parent58f9e368c8366bba103ae9214638cc4c99fe4caf (diff)
downloadsamba-05dde2188fd81af17f1714aac35973df4b170354.tar.gz
samba-05dde2188fd81af17f1714aac35973df4b170354.tar.bz2
samba-05dde2188fd81af17f1714aac35973df4b170354.zip
regedit: Update dialog position on screen resize.
Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/utils/regedit.h')
-rw-r--r--source3/utils/regedit.h2
1 files changed, 2 insertions, 0 deletions
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