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:
@@ -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_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user