7 lines
294 B
C
Executable file
7 lines
294 B
C
Executable file
// BadWolf: Minimalist and privacy-oriented WebKitGTK+ browser
|
|
// SPDX-FileCopyrightText: 2019-2023 Badwolf Authors <https://hacktivis.me/projects/badwolf>
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
#include <webkit2/webkit2.h>
|
|
|
|
void load_userscripts(WebKitUserContentManager *content_manager);
|