#ifndef __snap_h #define __snap_h #include "client.h" void snap_move(Client *c, int *x, int *y, int w, int h); #endif