libmicro.h   libmicro.h 
skipping to change at line 33 skipping to change at line 33
/* /*
* Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms. * Use is subject to license terms.
*/ */
#ifndef LIBMICRO_H #ifndef LIBMICRO_H
#define LIBMICRO_H #define LIBMICRO_H
#include <pthread.h> #include <pthread.h>
#define LIBMICRO_VERSION "0.4.0" #define LIBMICRO_VERSION "0.4.1"
#define STRSIZE 1024 #define STRSIZE 1024
typedef struct { typedef struct {
long long re_count; long long re_count;
long long re_errors; long long re_errors;
long long re_t0; long long re_t0;
long long re_t1; long long re_t1;
} result_t; } result_t;
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/