1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-23 20:59:10 +03:00

s4-pyglue: expose the remaining NTTIME functions from glue

This commit is contained in:
Andrew Tridgell
2010-11-27 23:47:30 +11:00
parent 8310375a04
commit f6c2d39d0b

View File

@ -326,4 +326,7 @@ version = _glue.version
interface_ips = _glue.interface_ips
set_debug_level = _glue.set_debug_level
unix2nttime = _glue.unix2nttime
nttime2string = _glue.nttime2string
nttime2unix = _glue.nttime2unix
unix2nttime = _glue.unix2nttime
generate_random_password = _glue.generate_random_password