Parent Directory
|
Revision Log
Update file header information comments
| 1 | /* SPDX-License-Identifier: GPL-3.0-or-later */ |
| 2 | /* |
| 3 | * article_op |
| 4 | * - basic operations of articles |
| 5 | * |
| 6 | * Copyright (C) 2004-2025 by Leaflet <leaflet@leafok.com> |
| 7 | */ |
| 8 | |
| 9 | #ifndef _ARTICLE_OP_H_ |
| 10 | #define _ARTICLE_OP_H_ |
| 11 | |
| 12 | #include <stdint.h> |
| 13 | |
| 14 | extern int display_article_meta(int32_t aid); |
| 15 | |
| 16 | #endif //_ARTICLE_OP_H_ |
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |