--- lbbs/include/user_info_update.h 2025/11/05 14:59:31 1.1 +++ lbbs/include/user_info_update.h 2026/01/03 10:27:14 1.3 @@ -3,14 +3,15 @@ * user_info_update * - update user information * - * Copyright (C) 2004-2025 Leaflet + * Copyright (C) 2004-2026 Leaflet * - * Author: ytht <2391669999@qq.com> + * Co-author: 老黑噜 <2391669999@qq.com> */ #ifndef _USER_INFO_UPDATE_ #define _USER_INFO_UPDATE_ extern int user_intro_edit(int); +extern int user_sign_edit(int); #endif //_USER_INFO_UPDATE_