Files
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

30 lines
466 B
C

/* @(#)dlyprf.h 1.1 94/10/31 SMI */
/*
* Copyright (c) 1989 by Sun Microsystems, Inc.
*/
#ifndef __DLYPRF_H__
#define __DLYPRF_H__
#ifdef DLYPRF
#include <sys/time.h>
struct dpr {
char *fmt;
struct timeval stamp[1];
int index;
int a, b, c, d;
};
extern void dlyprf();
extern int dpput;
extern int dpenable;
extern int dpsize;
extern struct dpr *dpring;
#endif /* DLYPRF */
#endif /* __DLYPRF_H__ */