]> asedeno.scripts.mit.edu Git - 1ts-debian.git/commitdiff
prototype Z_gettimeofday
authorkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Wed, 25 Jul 2001 10:15:29 +0000 (10:15 +0000)
committerkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Wed, 25 Jul 2001 10:15:29 +0000 (10:15 +0000)
git-svn-id: svn://svn.1ts.org/debian/trunk/zephyr@98 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

h/internal.h

index 433a9b4fd3d68be16bbc83f5418b1f4b0698f58a..f0b482c921613ea2c9efb9788bf88940e8e0b6c6 100644 (file)
@@ -97,5 +97,6 @@ Code_t Z_WaitForNotice __P((ZNotice_t *notice,
                            int (*pred) __P((ZNotice_t *, void *)), void *arg,
                            int timeout));
 
+void Z_gettimeofday(struct _ZTimeval *ztv, struct timezone *tz);
 #endif /* __INTERNAL_H__ */