/* */ #ifndef D_A2GMP_H #define D_A2GMP_H #include namespace aria2 { namespace global { extern gmp_randstate_t gmpRandstate; void initGmp(); } // namespace global } // namespace aria2 #endif // D_A2GMP_H