No need to return gboolean from launch.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@289 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-08-16 20:52:40 +00:00
parent 6847d2a8c1
commit 4b73305fee
+2 -2
View File
@@ -1,5 +1,5 @@
/** /**
* $Id: launcher.h,v 1.3 2001/08/16 20:25:09 mdb Exp $ * $Id: launcher.h,v 1.4 2001/08/16 20:52:40 mdb Exp $
* *
* lookuplet - a utility for quickly looking up information * lookuplet - a utility for quickly looking up information
* Copyright (C) 2001 Michael Bayne * Copyright (C) 2001 Michael Bayne
@@ -26,7 +26,7 @@
#include "binding.h" #include "binding.h"
extern gboolean extern void
lk_launcher_launch (const LkBinding* binding, const gchar* terms); lk_launcher_launch (const LkBinding* binding, const gchar* terms);
#endif /* _LAUNCHER_H_ */ #endif /* _LAUNCHER_H_ */