]> granicus.if.org Git - python/commit
Move declaration of 'clnt_create()' NIS function to pyport.h, as it's
authorThomas Wouters <thomas@python.org>
Sun, 21 Jan 2001 23:34:12 +0000 (23:34 +0000)
committerThomas Wouters <thomas@python.org>
Sun, 21 Jan 2001 23:34:12 +0000 (23:34 +0000)
commite75e6d06d2e94551ceb0c2bf8219bce9621f46d0
tree7b30ecbc9c13620e59bbd30c976dc550b0305b27
parentb2dfd73bdce7552e671520a14e4b5a72dc02ce12
Move declaration of 'clnt_create()' NIS function to pyport.h, as it's
supposed to be declared in system include files (with a proper prototype.)
Should be moved to a platform-specific block if anyone finds out which
broken platforms need it :-)
Include/pyport.h
Modules/nismodule.c