1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 02:03:13 +02:00

core: remove "wee-" prefix from source files in src/core and src/core/hook

This commit is contained in:
Sébastien Helleu
2024-03-12 21:09:42 +01:00
parent bb346f8c6c
commit 24c4029c96
204 changed files with 1321 additions and 1321 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ extern "C"
#include <stdio.h>
#include <string.h>
#include <locale.h>
#include "src/core/wee-arraylist.h"
#include "src/core/wee-calc.h"
#include "src/core/core-arraylist.h"
#include "src/core/core-calc.h"
extern void calc_list_free_cb (void *data, struct t_arraylist *arraylist,
void *pointer);