#pragma once #ifndef __FILEREQ_H__ #define __FILEREQ_H__ extern void open_file(struct Window *window); #endif /* __FILEREQ_H__ */