mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
8 lines
129 B
C
8 lines
129 B
C
|
|
#ifndef EL__VERNUM_H
|
|
#define EL__VERNUM_H
|
|
|
|
extern unsigned char *build_date, *build_time, *build_id;
|
|
|
|
#endif /* EL__VERNUM_H */
|