tts/bindings.c
2014-03-07 20:20:20 +00:00

13 lines
406 B
C

/*
* TTS - track your time.
* Copyright (c) 2012-2014 Felicity Tarnell.
*
* Permission is granted to anyone to use this software for any purpose,
* including commercial applications, and to alter it and redistribute it
* freely. This software is provided 'as-is', without any express or implied
* warranty.
*/
#include "bindings.h"
binding_list_t bindings = TTS_TAILQ_HEAD_INITIALIZER(bindings);