extern.h (95289b278a615ee45551c70f0ac343c7a8243f33) | extern.h (410f13a58d44e0f19306df28a99227015a2a688a) |
---|---|
1/* 2 * Copyright (c) 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 22 unchanged lines hidden (view full) --- 31 * SUCH DAMAGE. 32 * 33 * from: @(#)extern.h 8.1 (Berkeley) 6/4/93 34 * $FreeBSD$ 35 */ 36 37struct delayval; 38struct termios; | 1/* 2 * Copyright (c) 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 22 unchanged lines hidden (view full) --- 31 * SUCH DAMAGE. 32 * 33 * from: @(#)extern.h 8.1 (Berkeley) 6/4/93 34 * $FreeBSD$ 35 */ 36 37struct delayval; 38struct termios; |
39struct gettyflags; 40struct gettynums; 41struct gettystrs; | |
42 43extern char hostname[]; 44extern int hopcount; 45extern struct termios tmode, omode; 46extern struct gettyflags gettyflags[]; 47extern struct gettynums gettynums[]; 48extern struct gettystrs gettystrs[]; 49 --- 14 unchanged lines hidden --- | 39 40extern char hostname[]; 41extern int hopcount; 42extern struct termios tmode, omode; 43extern struct gettyflags gettyflags[]; 44extern struct gettynums gettynums[]; 45extern struct gettystrs gettystrs[]; 46 --- 14 unchanged lines hidden --- |