mirror of
https://github.com/transmission/transmission
synced 2025-01-19 05:19:54 +00:00
677dc73eac
* refactor: use google-test on libtransmission tests
17 lines
336 B
C
17 lines
336 B
C
/*
|
|
* This file Copyright (C) 2017 Mnemosyne LLC
|
|
*
|
|
* It may be used under the GNU GPL versions 2 or 3
|
|
* or any future license endorsed by Mnemosyne LLC.
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "tr-macros.h"
|
|
|
|
TR_BEGIN_DECLS
|
|
|
|
bool tr_spawn_async(char* const* cmd, char* const* env, char const* work_dir, struct tr_error** error);
|
|
|
|
TR_END_DECLS
|