|
|
1.1 ! root 1: /* Copyright (c) 1990 AT&T */ ! 2: /* All Rights Reserved */ ! 3: ! 4: /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */ ! 5: /* The copyright notice above does not evidence any */ ! 6: /* actual or intended publication of such source code. */ ! 7: ! 8: /* @(#)picasso:xstubs.c 1.0 */ ! 9: ! 10: /* For systems without X and OpenLook libraries */ ! 11: ! 12: int ! 13: Xokay() ! 14: { ! 15: return 0; ! 16: } ! 17: ! 18: Xloop() ! 19: { ! 20: return 0; ! 21: } ! 22: ! 23: Xendpl() ! 24: { ! 25: return 0; ! 26: } ! 27: ! 28: Xopenpl(s) ! 29: char *s; ! 30: { ! 31: return 0; ! 32: } ! 33: ! 34: Xclosepl(s) ! 35: char *s; ! 36: { ! 37: return 0; ! 38: } ! 39: ! 40: Xprint(t) ! 41: char t; ! 42: { ! 43: return 0; ! 44: } ! 45: ! 46: Xallexpose() ! 47: { ! 48: return 0; ! 49: } ! 50: ! 51: writemessage(msgbuf, secs, bell) ! 52: char *msgbuf; ! 53: int secs, bell; ! 54: { ! 55: return 0; ! 56: } ! 57:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.