i3
include/move.h
Go to the documentation of this file.
00001 /*
00002  * vim:ts=4:sw=4:expandtab
00003  */
00004 
00005 #ifndef _MOVE_H
00006 #define _MOVE_H
00007 
00013 void tree_move(int direction);
00014 
00015 #endif