X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fnote.h;fp=src%2Fnote.h;h=1462480ea64b608d3c2ed0c9e7bf79717416f5a9;hb=43a370feaf206521795b2549b571db5f29b8cf61;hp=0000000000000000000000000000000000000000;hpb=167125d68b308962e88efc20081fdab9f442bedd;p=ptask.git diff --git a/src/note.h b/src/note.h new file mode 100644 index 0000000..1462480 --- /dev/null +++ b/src/note.h @@ -0,0 +1,27 @@ +/* + * Copyright (C) 2010-2012 jeanfi@gmail.com + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + +#ifndef _GTASK_NOTE_H_ +#define _GTASK_NOTE_H_ + +#include "tw.h" + +void note_put(const char *uuid, const char *note); + +#endif