8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / sendmail / libsm / glue.h
blob6993bb429298eb0ea9760313f540cb80f481f280
1 /*
2 * Copyright (c) 2000-2001 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 * Copyright (c) 1990, 1993
5 * The Regents of the University of California. All rights reserved.
7 * This code is derived from software contributed to Berkeley by
8 * Chris Torek.
10 * By using this file, you agree to the terms and conditions set
11 * forth in the LICENSE file which can be found at the top level of
12 * the sendmail distribution.
14 * $Id: glue.h,v 1.6 2001/01/22 23:09:49 ca Exp $
17 #pragma ident "%Z%%M% %I% %E% SMI"
20 ** The first few FILEs are statically allocated; others are dynamically
21 ** allocated and linked in via this glue structure.
24 extern struct sm_glue
26 struct sm_glue *gl_next;
27 int gl_niobs;
28 SM_FILE_T *gl_iobs;
29 } smglue;