summaryrefslogtreecommitdiff
path: root/source3/python/py_common_proto.h
AgeCommit message (Collapse)AuthorFilesLines
2002-08-02Broke out unpacking of a username/password stored in a PythonTim Potter1-0/+2
dictionary into a separate function. (This used to be commit 10889241d5f5813f499501a45edccc4acd3e9f74)
2002-05-27More automatically generated prototype madness.Tim Potter1-1/+1
(This used to be commit 8e1a15a625b72711bcfab77403e6a6b91e434756)
2002-05-17Added a utility function to extract the info key from a dictionary.Tim Potter1-0/+1
(This used to be commit 4cafbcb205af11c478a2d9047554315915933e5d)
2002-05-16More cleanups.Tim Potter1-2/+2
- removed dodgy fprintf() error handling - return an error string from open_pipe_creds() so the appropriate exception can be raised by the caller - reformatting (This used to be commit d35cad359df3bd53e6bb49f6655d4c7b9993abb0)
2002-05-16Refactored open_pipe_creds() function to remove unused parameter.Tim Potter1-2/+1
(This used to be commit 36ed06cb5078429445f3bbb0f69baa2e0f8356a4)
2002-04-18Started working on setprinter code.Tim Potter1-3/+3
(This used to be commit 38d2b1794a0942ac4c2787f06bc5e546508c2515)
2002-04-14New file to hold common prototypes.Tim Potter1-0/+30
(This used to be commit d5862891979678c4defb3e33791edca1f1f8c3e4)