-extern void resize(Client *c, Bool sizehints, Corner sticky); /* resize c*/
-extern void resizetitle(Client *c); /* resizes c->twin correctly */
-extern void updatesize(Client *c); /* update the size structs of c */
+extern void resize(Client *c, int x, int y,
+ int w, int h, Bool sizehints); /* resize c*/
+extern void updatesizehints(Client *c); /* update the size hint variables of c */