remove unnesery extern

This commit is contained in:
PoliEcho 2025-05-03 16:24:01 +02:00
parent e19eeb6901
commit 43aae0bb8e

View File

@ -1,5 +1,5 @@
#include "types.h"
#ifndef PM_INIT_H
#define PM_INIT_H
extern void (*receive_callback)(std::vector<user>, std::string);
#endif