[Greater-commits] r318 - trunk/GREAT-ER-DB/dagreater

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jun 30 11:43:04 CEST 2011


Author: bricks
Date: 2011-06-30 11:43:03 +0200 (Thu, 30 Jun 2011)
New Revision: 318

Modified:
   trunk/GREAT-ER-DB/dagreater/apispec.py
Log:
Make function da_set_password available in python too


Modified: trunk/GREAT-ER-DB/dagreater/apispec.py
===================================================================
--- trunk/GREAT-ER-DB/dagreater/apispec.py	2011-06-30 09:41:46 UTC (rev 317)
+++ trunk/GREAT-ER-DB/dagreater/apispec.py	2011-06-30 09:43:03 UTC (rev 318)
@@ -882,6 +882,10 @@
 DBFreeFunction('da_free_user', 'void',
                [('u', Pointer('DA_S_user'))])
 
+WrappedFunction('da_set_password', 'int',
+                [('user_id', Pointer('char')),
+                 ('password', Pointer('char')),
+                 ('err', Pointer('DA_S_errinfo'))])
 #
 #       Group
 #



More information about the Greater-commits mailing list