mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-08 04:15:24 +01:00
12 lines
211 B
C
12 lines
211 B
C
/*
|
|
* SPDX-FileCopyrightText: 2021 Paul Dersey <pdersey@gmail.com>
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0-or-later
|
|
*/
|
|
|
|
#include "getdate.h"
|
|
|
|
time_t get_date (const char *p, const time_t *now)
|
|
{
|
|
return 0;
|
|
}
|