summaryrefslogtreecommitdiff
path: root/src/bees.h
blob: 0e5b1d279efbb0de9cc81d00b12f18997f757318 (plain)
1
2
3
4
5
6
#ifndef __BUGCHECK_H
#define __BUGCHECK_H

void bees(const char *error);

#endif