Comments.
[pspp] / lib / timespec.h
index 191cf0660c302a727a988655064d0fbf646023dc..acf815c8dbceb7f5bd27d18553a951600f373a51 100644 (file)
@@ -65,6 +65,8 @@ timespec_sign (struct timespec a)
   return a.tv_sec < 0 ? -1 : a.tv_sec || a.tv_nsec;
 }
 
+struct timespec timespec_add (struct timespec, struct timespec);
+struct timespec timespec_sub (struct timespec, struct timespec);
 struct timespec dtotimespec (double);
 
 /* Return an approximation to A, of type 'double'.  */