~ubuntu-branches/ubuntu/vivid/sflphone/vivid

1
2
3
4
5
6
7
8
9
/* $Id: dummy.c 2660 2009-04-28 19:38:43Z nanang $ */

/**
 * This is an empty C file for helping libpjproject so it gets built properly.
 */

#ifdef _MSC_VER
#   pragma warning(disable: 4206)    // translation unit is empty
#endif