comparison src/dotlock.h @ 366:41958685480d

Switched to `type *name' style Andrew Koenig's ``C Traps and Pitfalls'' (Ch.2.1) convinced me that it is best to go with the way C had been designed. The ``declaration reflects use'' concept conflicts with a ``type* name'' notation. Hence I switched.
author markus schnalke <meillo@marmaro.de>
date Thu, 22 Sep 2011 15:07:40 +0200
parents 26e34ae9a3e3
children b27f66555ba8
comparison
equal deleted inserted replaced
365:934a223e4ee8 366:41958685480d
16 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 16 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17 */ 17 */
18 18
19 #define MAX_LOCKAGE 300 19 #define MAX_LOCKAGE 300
20 20
21 gboolean dot_lock(gchar * lock_name, gchar * hitch_name); 21 gboolean dot_lock(gchar *lock_name, gchar *hitch_name);
22 gboolean dot_unlock(gchar * lock_name); 22 gboolean dot_unlock(gchar *lock_name);