mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-04 10:19:16 +02:00
14 lines
195 B
C
14 lines
195 B
C
#ifndef __STRESS_H__
|
|
#define __STRESS_H__
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
void stress_functions(dc_context_t*);
|
|
|
|
|
|
#ifdef __cplusplus
|
|
} /* /extern "C" */
|
|
#endif
|
|
#endif /* __STRESS_H__ */
|