To find out what functions exist inside a shared object library, a library file ending in the letters .so, plus possibly a version number, which is dynamically linked to a program when compiled, use either
readelf --syms libsome.soor
nm -D libsome.so