about summary refs log blame commit diff stats
path: root/stabbertests/proftest.h
blob: 7d95db931701a93ffeeb9d81f7ca93aa1fedcb8c (plain) (tree)
1
2
3
4
5
6
7
8


                    

                                   
                                  

     
#ifndef __H_PROFTEST
#define __H_PROFTEST

void init_prof_test(void **state);
void close_prof_test(void **state);
void prof_process_xmpp(int loops);

#endif