1998-10-30 03:47:54 +03:00
|
|
|
/* Convenience functions for metadata handling in the MIdnight Commander
|
|
|
|
*
|
|
|
|
* Copyright (C) 1998 The Free Software Foundation
|
|
|
|
*
|
|
|
|
* Author: Federico Mena <federico@nuclecu.unam.mx>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef GMETADATA_H
|
|
|
|
#define GMETADATA_H
|
|
|
|
|
|
|
|
|
1998-11-24 01:09:58 +03:00
|
|
|
int gmeta_get_icon_pos (char *filename, int *x, int *y);
|
|
|
|
void gmeta_set_icon_pos (char *filename, int x, int y);
|
1999-04-06 07:49:34 +04:00
|
|
|
void gmeta_del_icon_pos (char *filename);
|
1998-10-30 03:47:54 +03:00
|
|
|
|
|
|
|
|
|
|
|
#endif
|