JPRED-2 Add sources of all binaries (except alscript) to Git
[jpred.git] / sources / oc / gjtimes.h
diff --git a/sources/oc/gjtimes.h b/sources/oc/gjtimes.h
new file mode 100644 (file)
index 0000000..9d44032
--- /dev/null
@@ -0,0 +1,16 @@
+#ifndef GJ_TIMES_H
+#define GJ_TIMES_H
+
+#include <sys/types.h>
+#include <sys/times.h>
+#include <limits.h>
+
+void GJ_init_times(void);
+void GJ_show_times(FILE *fp,int action);
+void GJ_reset_times(void);
+char *GJ_get_times(int action);
+
+void copy_tms(struct tms *l,struct tms *r);
+
+#endif /*GJ_TIMES */
+