]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Not used
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 17 May 2019 21:47:56 +0000 (17:47 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 17 May 2019 21:47:56 +0000 (17:47 -0400)
src/lib/util/time.c

index ea2dd8eb117f1abb895f483737d9eff5c2bd6c89..e68564a666df1f09c0e7e88459a40b7d7c61cfc5 100644 (file)
@@ -185,7 +185,6 @@ int64_t fr_time_to_sec(fr_time_t when)
 
 /** Convert a timeval to a fr_time_t
  *
- * @param[out] out     The fr_time_t value.
  * @param[in] when_tv  The timestamp to convert.
  * @return
  *     - >0 number of nanoseconds since the server started.
@@ -199,7 +198,6 @@ fr_time_t fr_time_from_timeval(struct timeval const *when_tv)
 
 /** Convert a timespec to a fr_time_t
  *
- * @param[out] out     The fr_time_t value.
  * @param[in] when_ts  The timestamp to convert.
  * @return
  *     - >0 number of nanoseconds since the server started.