diff options
Diffstat (limited to 'src/js_raw.h')
-rw-r--r-- | src/js_raw.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/js_raw.h b/src/js_raw.h index 833a5e1..79db219 100644 --- a/src/js_raw.h +++ b/src/js_raw.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2019 TOYOTA MOTOR CORPORATION + * Copyright (c) 2017 TOYOTA MOTOR CORPORATION * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,6 +23,5 @@ extern int on_event(sd_event_source *s, int fd, uint32_t revents, void *userdata); extern int js_open(const char *devname); extern void js_close(int js); -extern int init_timer(); #endif |