aboutsummaryrefslogtreecommitdiff
path: root/joshua.h
diff options
context:
space:
mode:
Diffstat (limited to 'joshua.h')
-rw-r--r--joshua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/joshua.h b/joshua.h
index ba0c861..d085eb0 100644
--- a/joshua.h
+++ b/joshua.h
@@ -14,14 +14,14 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
+ *
* Contact the author at contact@fwei.tk
*/
#ifdef __cplusplus
extern "C" {
#endif
-void be_joshua();
+void be_joshua(int);
#ifdef __cplusplus
};
#endif