lib/smbconf: move python smbconf type definition to header
authorJohn Mulligan <jmulligan@redhat.com>
Sat, 23 Apr 2022 18:17:48 +0000 (14:17 -0400)
committerJeremy Allison <jra@samba.org>
Fri, 6 May 2022 17:16:30 +0000 (17:16 +0000)
commitf74d163ef088eb279110dfc872a18a2fc0d8fb71
tree9bddacf85b207c9e9e9ec55191b342bef5976017
parentf0e157747fab81eda6e749320dd673f4cd1a1c73
lib/smbconf: move python smbconf type definition to header

Moving the definition of the type to a header file will allow
future reuse of the C-type fields in a different C-API python
module.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
lib/smbconf/pysmbconf.c
lib/smbconf/pysmbconf.h [new file with mode: 0644]