diff options
Diffstat (limited to 'tests/gpgscm/ffi.scm')
-rw-r--r-- | tests/gpgscm/ffi.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/gpgscm/ffi.scm b/tests/gpgscm/ffi.scm index b62fd1f8a..3f2e553ab 100644 --- a/tests/gpgscm/ffi.scm +++ b/tests/gpgscm/ffi.scm @@ -47,3 +47,6 @@ ;; Low-level mechanism to terminate the process. (ffi-define (_exit status)) + +;; Get the current time in seconds since the epoch. +(ffi-define (get-time)) |