1 2 3 4 5 6 7 8
#ifndef __snap_h #define __snap_h #include "client.h" void snap_move(Client *c, int *x, int *y, int w, int h); #endif