#ifndef _OLD_H__
#define _OLD_H__

extern "C"
{
  void proxy(int x);

  int result();
}

#endif
