mirror of
https://github.com/luscis/openlan.git
synced 2025-09-26 20:41:29 +08:00
14 lines
312 B
C
14 lines
312 B
C
/*
|
|
* Copyright (c) 2021-2022 OpenLAN Inc.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 3 as
|
|
* published by the Free Software Foundation.
|
|
*
|
|
*/
|
|
|
|
#ifndef CORE_MESSAGE_H
|
|
#define CORE_MESSAGE_H
|
|
|
|
#endif //CORE_MESSAGE_H
|