summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1991-03-22 13:19:33 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1991-03-22 13:19:33 +0000
commitd0b6d4abdb2c34f1b11c5ddc12b83164ce113b34 (patch)
treef167c5301ebab44ffc231b21f7286dd63ffa5173
parent26ac5783c6a80f5261739ab641dba4c28ffd065c (diff)
Removed declaration of function ZGetSession. Some C compilers can't
handle it.
-rw-r--r--h/zephyr/zephyr.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h
index 0aeb194..96c050e 100644
--- a/h/zephyr/zephyr.h
+++ b/h/zephyr/zephyr.h
@@ -7,9 +7,9 @@
* $Author$
* $Id$
*
- * Copyright (c) 1987,1988 by the Massachusetts Institute of Technology.
- * For copying and distribution information, see the file
- * "mit-copyright.h".
+ * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of
+ * Technology. For copying and distribution information, see the
+ * file "mit-copyright.h".
*/
#ifndef __ZEPHYR_H__
@@ -223,7 +223,6 @@ extern "C" {
#ifdef Z_HaveKerberos
/* ZGetSession() macro */
- extern C_Block ZGetSession ();
#define ZGetSession() (__Zephyr_session)
#endif